Uses of Class
com.googlecode.aviator.InterpretExpression
-
Packages that use InterpretExpression Package Description com.googlecode.aviator.code.interpreter -
-
Uses of InterpretExpression in com.googlecode.aviator.code.interpreter
Fields in com.googlecode.aviator.code.interpreter declared as InterpretExpression Modifier and Type Field Description private InterpretExpression
InterpretContext. expression
Methods in com.googlecode.aviator.code.interpreter that return InterpretExpression Modifier and Type Method Description InterpretExpression
InterpretContext. getExpression()
Constructors in com.googlecode.aviator.code.interpreter with parameters of type InterpretExpression Constructor Description InterpretContext(InterpretExpression exp, java.util.List<IR> instruments, Env env)
-