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