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

Methods

NameDescription
resolveProduce the Token’s value at resolution time.
toStringReturn a string representation of this resolvable object.

resolve

public java.lang.Object resolve(IResolveContext context)
Produce the Token’s value at resolution time.

contextRequired


toString

public java.lang.String toString()
Return a string representation of this resolvable object. Returns a reversible string representation.

Properties

NameTypeDescription
creationStackjava.util.List< java.lang.String >The creation stack of this resolvable which will be appended to errors thrown during resolution.

creationStackRequired

public java.util.List<java.lang.String> getCreationStack();
  • Type: java.util.List< java.lang.String >
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.