public static class BytecodeInterpreterPartialEvaluationTest.Inst.Return extends BytecodeInterpreterPartialEvaluationTest.Inst
BytecodeInterpreterPartialEvaluationTest.Inst.Const, BytecodeInterpreterPartialEvaluationTest.Inst.IfLt, BytecodeInterpreterPartialEvaluationTest.Inst.IfZero, BytecodeInterpreterPartialEvaluationTest.Inst.Return| Constructor and Description |
|---|
Return() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
int |
getFalseSucc() |
int |
getTrueSucc() |
public Return()
public boolean execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class BytecodeInterpreterPartialEvaluationTest.Instpublic int getTrueSucc()
getTrueSucc in class BytecodeInterpreterPartialEvaluationTest.Instpublic int getFalseSucc()
getFalseSucc in class BytecodeInterpreterPartialEvaluationTest.Inst