| Package | Description |
|---|---|
| com.googlecode.aviator.code.interpreter.ir |
| Modifier and Type | Method and Description |
|---|---|
Label |
BranchIfIR.getLabel() |
Label |
VisitLabelIR.getLabel() |
Label |
JumpIR.getLabel() |
Label |
BranchUnlessIR.getLabel() |
Label |
GotoIR.getLabel() |
| Constructor and Description |
|---|
BranchIfIR(Label label,
SourceInfo sourceInfo) |
BranchUnlessIR(Label label,
SourceInfo sourceInfo) |
GotoIR(Label label,
SourceInfo sourceInfo) |
VisitLabelIR(Label label) |
Copyright © 2010–2022. All rights reserved.