Uses of Class
serp.bytecode.lowlevel.ConstantPool
Packages that use ConstantPool
Package
Description
Bytecode Manipuation
Lowlevel Bytecode Manipuation
Bytecode Visitor
-
Uses of ConstantPool in serp.bytecode
Fields in serp.bytecode declared as ConstantPoolMethods in serp.bytecode that return ConstantPoolModifier and TypeMethodDescriptionAnnotation.getPool()
Annotation.Property.getPool()
Attribute.getPool()
BCClass.getPool()
BCEntity.getPool()
Return the constant pool of the current class.BCMember.getPool()
ExceptionHandler.getPool()
InnerClass.getPool()
Instruction.getPool()
LineNumber.getPool()
Local.getPool()
ObjectState.getPool()
State.getPool()
Return the constant pool of the class. -
Uses of ConstantPool in serp.bytecode.lowlevel
Fields in serp.bytecode.lowlevel declared as ConstantPoolMethods in serp.bytecode.lowlevel that return ConstantPoolModifier and TypeMethodDescriptionEntry.getPool()
Returns the constant pool containing this entry, or null if none.Methods in serp.bytecode.lowlevel with parameters of type ConstantPoolModifier and TypeMethodDescription(package private) void
Entry.setPool
(ConstantPool pool) Sets the owning pool of the entry. -
Uses of ConstantPool in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ConstantPoolModifier and TypeMethodDescriptionvoid
BCVisitor.enterConstantPool
(ConstantPool obj) void
PrettyPrintVisitor.enterConstantPool
(ConstantPool obj) void
BCVisitor.exitConstantPool
(ConstantPool obj) void
PrettyPrintVisitor.exitConstantPool
(ConstantPool obj)