Uses of Interface
com.googlecode.aviator.code.interpreter.IR
-
Packages that use IR Package Description com.googlecode.aviator com.googlecode.aviator.code.interpreter com.googlecode.aviator.code.interpreter.ir -
-
Uses of IR in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type IR Modifier and Type Field Description private java.util.List<IR>InterpretExpression. instrumentsMethod parameters in com.googlecode.aviator with type arguments of type IR Modifier and Type Method Description private voidInterpretExpression. loadConstants(java.util.Set<Token<?>> constants, java.util.List<IR> instruments) -
Uses of IR in com.googlecode.aviator.code.interpreter
Fields in com.googlecode.aviator.code.interpreter declared as IR Modifier and Type Field Description private IR[]InterpretContext. instrumentsprivate IRInterpretContext. pcFields in com.googlecode.aviator.code.interpreter with type parameters of type IR Modifier and Type Field Description private java.util.List<IR>InterpretCodeGenerator. instrumentsMethods in com.googlecode.aviator.code.interpreter that return IR Modifier and Type Method Description IRInterpretContext. getPc()Methods in com.googlecode.aviator.code.interpreter with parameters of type IR Modifier and Type Method Description private voidInterpretCodeGenerator. emit(IR ir)Method parameters in com.googlecode.aviator.code.interpreter with type arguments of type IR Modifier and Type Method Description private voidInterpretCodeGenerator. optimize(java.util.List<IR> instruments)private voidInterpretCodeGenerator. resolveLabels(java.util.List<IR> instruments)Constructor parameters in com.googlecode.aviator.code.interpreter with type arguments of type IR Constructor Description InterpretContext(InterpretExpression exp, java.util.List<IR> instruments, Env env) -
Uses of IR in com.googlecode.aviator.code.interpreter.ir
Classes in com.googlecode.aviator.code.interpreter.ir that implement IR Modifier and Type Class Description classAssertTypeIRclassBranchIfIRclassBranchUnlessIRclassClearIRclassGotoIRclassLoadIRload an operandclassNewLambdaIRclassOperatorIROperatorType IRclassPopIRclassPopNIRclassSendIRclassVisitLabelIR
-