Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
This package contains a framework for Java bytecode manipulation.
|
serp.bytecode.visitor |
Bytecode Visitor
This package implements the visitor pattern on bytecode entities
and provides a useful concrete visitor that pretty-prints a detailed
document describing any bytecode entity.
|
Modifier and Type | Method and Description |
---|---|
PutFieldInstruction |
Code.putfield()
Place the value of a field onto the stack; the
putfield
opcode. |
PutFieldInstruction |
Code.putstatic()
Place the value of a static field onto the stack; the
putstatic opcode. |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.enterPutFieldInstruction(PutFieldInstruction obj) |
void |
BCVisitor.enterPutFieldInstruction(PutFieldInstruction obj) |
void |
BCVisitor.exitPutFieldInstruction(PutFieldInstruction obj) |
Copyright © 2002–2015. All rights reserved.