Skip to main content
Interface for values that can be resolvable later. Tokens are special objects that participate in synthesis.

Methods


resolve

Produce the Token’s value at resolution time.

contextRequired


to_string

Return a string representation of this resolvable object. Returns a reversible string representation.

Properties


creation_stackRequired

  • Type: typing.List[str]
The creation stack of this resolvable which will be appended to errors thrown during resolution. If this returns an empty array the stack will not be attached.