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
Methods 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() -
Uses of ConstantPool in serp.bytecode.lowlevel
Methods in serp.bytecode.lowlevel that return ConstantPoolModifier and TypeMethodDescriptionEntry.getPool()Returns the constant pool containing this entry, or null if none. -
Uses of ConstantPool in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ConstantPoolModifier and TypeMethodDescriptionvoidBCVisitor.enterConstantPool(ConstantPool obj) voidPrettyPrintVisitor.enterConstantPool(ConstantPool obj) voidBCVisitor.exitConstantPool(ConstantPool obj) voidPrettyPrintVisitor.exitConstantPool(ConstantPool obj)