<T> T |
OpCode.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
Comment.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
BytecodeNode.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
<T> T |
BytecodeBlock.accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
BytecodeBlock |
BytecodeBlock.append(BytecodeNode node) |
Void |
DumpBytecodeVisitor.visitBlock(BytecodeNode parent,
BytecodeBlock block) |
T |
BytecodeVisitor.visitBlock(BytecodeNode parent,
BytecodeBlock block) |
Void |
DumpBytecodeVisitor.visitBooleanConstant(BytecodeNode parent,
Constant.BooleanConstant booleanConstant) |
T |
BytecodeVisitor.visitBooleanConstant(BytecodeNode parent,
Constant.BooleanConstant booleanConstant) |
Void |
DumpBytecodeVisitor.visitBoxedBooleanConstant(BytecodeNode parent,
Constant.BoxedBooleanConstant boxedBooleanConstant) |
T |
BytecodeVisitor.visitBoxedBooleanConstant(BytecodeNode parent,
Constant.BoxedBooleanConstant boxedBooleanConstant) |
Void |
DumpBytecodeVisitor.visitBoxedDoubleConstant(BytecodeNode parent,
Constant.BoxedDoubleConstant boxedDoubleConstant) |
T |
BytecodeVisitor.visitBoxedDoubleConstant(BytecodeNode parent,
Constant.BoxedDoubleConstant boxedDoubleConstant) |
Void |
DumpBytecodeVisitor.visitBoxedFloatConstant(BytecodeNode parent,
Constant.BoxedFloatConstant boxedFloatConstant) |
T |
BytecodeVisitor.visitBoxedFloatConstant(BytecodeNode parent,
Constant.BoxedFloatConstant boxedFloatConstant) |
Void |
DumpBytecodeVisitor.visitBoxedIntegerConstant(BytecodeNode parent,
Constant.BoxedIntegerConstant boxedIntegerConstant) |
T |
BytecodeVisitor.visitBoxedIntegerConstant(BytecodeNode parent,
Constant.BoxedIntegerConstant boxedIntegerConstant) |
Void |
DumpBytecodeVisitor.visitBoxedLongConstant(BytecodeNode parent,
Constant.BoxedLongConstant boxedLongConstant) |
T |
BytecodeVisitor.visitBoxedLongConstant(BytecodeNode parent,
Constant.BoxedLongConstant boxedLongConstant) |
Void |
DumpBytecodeVisitor.visitBytecodeExpression(BytecodeNode parent,
BytecodeExpression expression) |
T |
BytecodeVisitor.visitBytecodeExpression(BytecodeNode parent,
BytecodeExpression expression) |
Void |
DumpBytecodeVisitor.visitClassConstant(BytecodeNode parent,
Constant.ClassConstant classConstant) |
T |
BytecodeVisitor.visitClassConstant(BytecodeNode parent,
Constant.ClassConstant classConstant) |
Void |
DumpBytecodeVisitor.visitComment(BytecodeNode parent,
Comment node) |
T |
BytecodeVisitor.visitComment(BytecodeNode parent,
Comment node) |
T |
BytecodeVisitor.visitConstant(BytecodeNode parent,
Constant constant) |
T |
BytecodeVisitor.visitDebug(BytecodeNode parent,
DebugNode debugNode) |
Void |
DumpBytecodeVisitor.visitDoubleConstant(BytecodeNode parent,
Constant.DoubleConstant doubleConstant) |
T |
BytecodeVisitor.visitDoubleConstant(BytecodeNode parent,
Constant.DoubleConstant doubleConstant) |
Void |
DumpBytecodeVisitor.visitDoWhile(BytecodeNode parent,
DoWhileLoop doWhileLoop) |
T |
BytecodeVisitor.visitDoWhile(BytecodeNode parent,
DoWhileLoop doWhileLoop) |
T |
BytecodeVisitor.visitFieldInstruction(BytecodeNode parent,
FieldInstruction fieldInstruction) |
Void |
DumpBytecodeVisitor.visitFloatConstant(BytecodeNode parent,
Constant.FloatConstant floatConstant) |
T |
BytecodeVisitor.visitFloatConstant(BytecodeNode parent,
Constant.FloatConstant floatConstant) |
T |
BytecodeVisitor.visitFlowControl(BytecodeNode parent,
FlowControl flowControl) |
Void |
DumpBytecodeVisitor.visitFor(BytecodeNode parent,
ForLoop forLoop) |
T |
BytecodeVisitor.visitFor(BytecodeNode parent,
ForLoop forLoop) |
T |
BytecodeVisitor.visitGetField(BytecodeNode parent,
FieldInstruction.GetFieldInstruction getFieldInstruction) |
Void |
DumpBytecodeVisitor.visitIf(BytecodeNode parent,
IfStatement ifStatement) |
T |
BytecodeVisitor.visitIf(BytecodeNode parent,
IfStatement ifStatement) |
Void |
DumpBytecodeVisitor.visitIncrementVariable(BytecodeNode parent,
VariableInstruction.IncrementVariableInstruction incrementVariableInstruction) |
T |
BytecodeVisitor.visitIncrementVariable(BytecodeNode parent,
VariableInstruction.IncrementVariableInstruction incrementVariableInstruction) |
Void |
DumpBytecodeVisitor.visitInstruction(BytecodeNode parent,
InstructionNode node) |
T |
BytecodeVisitor.visitInstruction(BytecodeNode parent,
InstructionNode node) |
Void |
DumpBytecodeVisitor.visitIntConstant(BytecodeNode parent,
Constant.IntConstant intConstant) |
T |
BytecodeVisitor.visitIntConstant(BytecodeNode parent,
Constant.IntConstant intConstant) |
Void |
DumpBytecodeVisitor.visitInvoke(BytecodeNode parent,
InvokeInstruction invokeInstruction) |
T |
BytecodeVisitor.visitInvoke(BytecodeNode parent,
InvokeInstruction invokeInstruction) |
Void |
DumpBytecodeVisitor.visitInvokeDynamic(BytecodeNode parent,
InvokeInstruction.InvokeDynamicInstruction invokeDynamicInstruction) |
T |
BytecodeVisitor.visitInvokeDynamic(BytecodeNode parent,
InvokeInstruction.InvokeDynamicInstruction invokeDynamicInstruction) |
Void |
DumpBytecodeVisitor.visitJumpInstruction(BytecodeNode parent,
JumpInstruction jumpInstruction) |
T |
BytecodeVisitor.visitJumpInstruction(BytecodeNode parent,
JumpInstruction jumpInstruction) |
Void |
DumpBytecodeVisitor.visitLabel(BytecodeNode parent,
LabelNode labelNode) |
T |
BytecodeVisitor.visitLabel(BytecodeNode parent,
LabelNode labelNode) |
Void |
DumpBytecodeVisitor.visitLineNumber(BytecodeNode parent,
LineNumberNode lineNumberNode) |
T |
BytecodeVisitor.visitLineNumber(BytecodeNode parent,
LineNumberNode lineNumberNode) |
Void |
DumpBytecodeVisitor.visitLoadVariable(BytecodeNode parent,
VariableInstruction.LoadVariableInstruction loadVariableInstruction) |
T |
BytecodeVisitor.visitLoadVariable(BytecodeNode parent,
VariableInstruction.LoadVariableInstruction loadVariableInstruction) |
T |
BytecodeVisitor.visitLocalVariable(BytecodeNode parent,
LocalVariableNode localVariableNode) |
Void |
DumpBytecodeVisitor.visitLongConstant(BytecodeNode parent,
Constant.LongConstant longConstant) |
T |
BytecodeVisitor.visitLongConstant(BytecodeNode parent,
Constant.LongConstant longConstant) |
Void |
DumpBytecodeVisitor.visitNode(BytecodeNode parent,
BytecodeNode node) |
T |
BytecodeVisitor.visitNode(BytecodeNode parent,
BytecodeNode node) |
T |
BytecodeVisitor.visitPutField(BytecodeNode parent,
FieldInstruction.PutFieldInstruction putFieldInstruction) |
Void |
DumpBytecodeVisitor.visitStoreVariable(BytecodeNode parent,
VariableInstruction.StoreVariableInstruction storeVariableInstruction) |
T |
BytecodeVisitor.visitStoreVariable(BytecodeNode parent,
VariableInstruction.StoreVariableInstruction storeVariableInstruction) |
Void |
DumpBytecodeVisitor.visitStringConstant(BytecodeNode parent,
Constant.StringConstant stringConstant) |
T |
BytecodeVisitor.visitStringConstant(BytecodeNode parent,
Constant.StringConstant stringConstant) |
Void |
DumpBytecodeVisitor.visitSwitch(BytecodeNode parent,
SwitchStatement switchStatement) |
T |
BytecodeVisitor.visitSwitch(BytecodeNode parent,
SwitchStatement switchStatement) |
Void |
DumpBytecodeVisitor.visitTryCatch(BytecodeNode parent,
TryCatch tryCatch) |
T |
BytecodeVisitor.visitTryCatch(BytecodeNode parent,
TryCatch tryCatch) |
T |
BytecodeVisitor.visitVariableInstruction(BytecodeNode parent,
VariableInstruction variableInstruction) |
Void |
DumpBytecodeVisitor.visitWhile(BytecodeNode parent,
WhileLoop whileLoop) |
T |
BytecodeVisitor.visitWhile(BytecodeNode parent,
WhileLoop whileLoop) |