| Package | Description |
|---|---|
| serp.bytecode |
Bytecode Manipuation
|
| serp.bytecode.visitor |
Bytecode Visitor
|
| Modifier and Type | Method and Description |
|---|---|
GetFieldInstruction |
Code.getfield()
Load the value from a field onto the stack; the
getfield
opcode. |
GetFieldInstruction |
Code.getstatic()
Load the value from a static field onto the stack; the
getstatic opcode. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.enterGetFieldInstruction(GetFieldInstruction obj) |
void |
BCVisitor.enterGetFieldInstruction(GetFieldInstruction obj) |
void |
BCVisitor.exitGetFieldInstruction(GetFieldInstruction obj) |
Copyright © 2002–2015. All rights reserved.