Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.lowlevel |
Lowlevel Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
ConstantPool |
InnerClass.getPool() |
ConstantPool |
BCEntity.getPool()
Return the constant pool of the current class.
|
ConstantPool |
Annotation.getPool() |
ConstantPool |
Annotation.Property.getPool() |
ConstantPool |
Instruction.getPool() |
ConstantPool |
BCClass.getPool() |
ConstantPool |
LineNumber.getPool() |
ConstantPool |
Attribute.getPool() |
ConstantPool |
ExceptionHandler.getPool() |
ConstantPool |
BCMember.getPool() |
ConstantPool |
Local.getPool() |
Modifier and Type | Method and Description |
---|---|
ConstantPool |
Entry.getPool()
Returns the constant pool containing this entry, or null if none.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterConstantPool(ConstantPool obj) |
void |
PrettyPrintVisitor.enterConstantPool(ConstantPool obj) |
void |
BCVisitor.exitConstantPool(ConstantPool obj) |
void |
PrettyPrintVisitor.exitConstantPool(ConstantPool obj) |
Copyright © 2002–2019. All rights reserved.