Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
Code |
LineNumberTable.getCode() |
Code |
Instruction.getCode()
Return the code block that owns this instruction.
|
Code |
LineNumber.getCode() |
Code |
ExceptionHandler.getCode()
Return the owning code block.
|
Code |
LocalTable.getCode() |
Code |
InstructionPtr.getCode()
Returns the Code block that owns the Instruction(s) this
InstructionPtr points to.
|
Code |
Local.getCode() |
Code |
BCMethod.getCode(boolean add)
Return the code for the method.
|
Constructor and Description |
---|
SwitchInstruction(Code owner,
int opcode) |
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterCode(Code obj) |
void |
PrettyPrintVisitor.enterCode(Code obj) |
void |
BCVisitor.exitCode(Code obj) |
Copyright © 2002–2019. All rights reserved.