| Package | Description |
|---|---|
| com.googlecode.aviator | |
| com.googlecode.aviator.code.interpreter | |
| com.googlecode.aviator.code.interpreter.ir |
| Constructor and Description |
|---|
InterpretExpression(AviatorEvaluatorInstance instance,
List<VariableMeta> vars,
Set<Token<?>> constants,
SymbolTable symbolTable,
List<IR> instruments,
boolean unboxObject) |
| Modifier and Type | Method and Description |
|---|---|
IR |
InterpretContext.getPc() |
| Constructor and Description |
|---|
InterpretContext(InterpretExpression exp,
List<IR> instruments,
Env env) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssertTypeIR |
class |
BranchIfIR |
class |
BranchUnlessIR |
class |
ClearIR |
class |
GotoIR |
class |
LoadIR
load an operand
|
class |
NewLambdaIR |
class |
OperatorIR
OperatorType IR
|
class |
PopIR |
class |
PopNIR |
class |
SendIR |
class |
VisitLabelIR |
Copyright © 2010–2022. All rights reserved.