|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Code | |
|---|---|
| serp.bytecode | Bytecode Manipuation |
| serp.bytecode.visitor | Bytecode Visitor |
| Uses of Code in serp.bytecode |
|---|
| Methods in serp.bytecode that return Code | |
|---|---|
Code |
LocalTable.getCode()
|
Code |
Local.getCode()
|
Code |
LineNumberTable.getCode()
|
Code |
LineNumber.getCode()
|
Code |
InstructionPtr.getCode()
Returns the Code block that owns the Instruction(s) this InstructionPtr points to. |
Code |
Instruction.getCode()
Return the code block that owns this instruction. |
Code |
ExceptionHandler.getCode()
Return the owning code block. |
Code |
BCMethod.getCode(boolean add)
Return the code for the method. |
| Constructors in serp.bytecode with parameters of type Code | |
|---|---|
SwitchInstruction(Code owner,
int opcode)
|
|
| Uses of Code in serp.bytecode.visitor |
|---|
| Methods in serp.bytecode.visitor with parameters of type Code | |
|---|---|
void |
PrettyPrintVisitor.enterCode(Code obj)
|
void |
BCVisitor.enterCode(Code obj)
|
void |
BCVisitor.exitCode(Code obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||