|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableResolver
An interface to resolve a variable name to a constant object. This is used as a way to resolve a variable into a value to use in an expression.
Method Summary | |
---|---|
TObject |
resolve(Variable variable)
Returns the value of a given variable. |
TType |
returnTType(Variable variable)
Returns the TType of object the given variable is. |
int |
setID()
A number that uniquely identifies the current state of the variable resolver. |
Method Detail |
---|
int setID()
TObject resolve(Variable variable)
TType returnTType(Variable variable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |