<T> T |
VariableInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
VariableInstruction.LoadVariableInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
VariableInstruction.StoreVariableInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
VariableInstruction.IncrementVariableInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
TypeInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
LabelNode.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
JumpInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
InvokeInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
InvokeInstruction.InvokeDynamicInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
FieldInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
FieldInstruction.GetFieldInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
FieldInstruction.PutFieldInstruction.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.NullConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.BooleanConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.BoxedBooleanConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.IntConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.BoxedIntegerConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.FloatConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.BoxedFloatConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.LongConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.BoxedLongConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.DoubleConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.BoxedDoubleConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.StringConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Constant.ClassConstant.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |