Uses of Class
org.apache.bcel.classfile.ConstantPool
-
Packages that use ConstantPool Package Description org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions.org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. -
-
Uses of ConstantPool in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as ConstantPool Modifier and Type Field Description protected ConstantPool
Attribute. constant_pool
Deprecated.(since 6.0) will be made private; do not access directly, use getter/setterprotected ConstantPool
FieldOrMethod. constant_pool
Deprecated.(since 6.0) will be made private; do not access directly, use getter/setterprotected ConstantPool
ElementValue. cpool
Deprecated.(since 6.0) will be made private and final; do not access directly, use getterMethods in org.apache.bcel.classfile that return ConstantPool Modifier and Type Method Description ConstantPool
ConstantPool. copy()
ConstantPool
AnnotationEntry. getConstantPool()
ConstantPool
Attribute. getConstantPool()
ConstantPool
FieldOrMethod. getConstantPool()
ConstantPool
JavaClass. getConstantPool()
ConstantPool
LocalVariable. getConstantPool()
ConstantPool
StackMapEntry. getConstantPool()
ConstantPool
StackMapType. getConstantPool()
Methods in org.apache.bcel.classfile with parameters of type ConstantPool Modifier and Type Method Description static java.lang.String
Utility. codeToString(byte[] code, ConstantPool constant_pool, int index, int length)
static java.lang.String
Utility. codeToString(byte[] code, ConstantPool constant_pool, int index, int length, boolean verbose)
Disassemble a byte array of JVM byte codes starting from code line `index' and return the disassembled string representation.static java.lang.String
Utility. codeToString(ByteSequence bytes, ConstantPool constant_pool)
static java.lang.String
Utility. codeToString(ByteSequence bytes, ConstantPool constant_pool, boolean verbose)
Disassemble a stream of byte codes and return the string representation.Attribute
AnnotationDefault. copy(ConstantPool _constant_pool)
abstract Attribute
Attribute. copy(ConstantPool _constant_pool)
BootstrapMethods
BootstrapMethods. copy(ConstantPool _constant_pool)
Attribute
Code. copy(ConstantPool _constant_pool)
Attribute
ConstantValue. copy(ConstantPool _constant_pool)
Attribute
Deprecated. copy(ConstantPool _constant_pool)
Attribute
EnclosingMethod. copy(ConstantPool constant_pool)
Attribute
ExceptionTable. copy(ConstantPool _constant_pool)
Field
Field. copy(ConstantPool _constant_pool)
Attribute
InnerClasses. copy(ConstantPool _constant_pool)
Attribute
LineNumberTable. copy(ConstantPool _constant_pool)
Attribute
LocalVariableTable. copy(ConstantPool _constant_pool)
Attribute
LocalVariableTypeTable. copy(ConstantPool constant_pool)
Method
Method. copy(ConstantPool _constant_pool)
Attribute
MethodParameters. copy(ConstantPool _constant_pool)
Attribute
Module. copy(ConstantPool _constant_pool)
Attribute
ModuleMainClass. copy(ConstantPool _constant_pool)
Attribute
ModulePackages. copy(ConstantPool _constant_pool)
Attribute
NestHost. copy(ConstantPool _constant_pool)
Attribute
NestMembers. copy(ConstantPool _constant_pool)
Attribute
ParameterAnnotations. copy(ConstantPool constant_pool)
Attribute
PMGClass. copy(ConstantPool _constant_pool)
Attribute
RuntimeInvisibleAnnotations. copy(ConstantPool constant_pool)
Attribute
RuntimeVisibleAnnotations. copy(ConstantPool constant_pool)
Attribute
Signature. copy(ConstantPool _constant_pool)
Attribute
SourceFile. copy(ConstantPool _constant_pool)
Attribute
StackMap. copy(ConstantPool _constant_pool)
Attribute
Synthetic. copy(ConstantPool _constant_pool)
Attribute
Unknown. copy(ConstantPool _constant_pool)
protected FieldOrMethod
FieldOrMethod. copy_(ConstantPool _constant_pool)
Attribute
AttributeReader. createAttribute(int name_index, int length, java.io.DataInputStream file, ConstantPool constant_pool)
Deprecated.When this attribute reader is added via the static method Attribute.addAttributeReader, an attribute name is associated with it.Attribute
UnknownAttributeReader. createAttribute(int name_index, int length, java.io.DataInput file, ConstantPool constant_pool)
When this attribute reader is added via the static method Attribute.addAttributeReader, an attribute name is associated with it.java.lang.String
ConstantClass. getBytes(ConstantPool cp)
java.lang.String
ConstantModule. getBytes(ConstantPool cp)
java.lang.String
ConstantPackage. getBytes(ConstantPool cp)
java.lang.String
ConstantString. getBytes(ConstantPool cp)
java.lang.String
ConstantCP. getClass(ConstantPool cp)
java.lang.Object
ConstantClass. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantDouble. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantFloat. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantInteger. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantLong. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantModule. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantObject. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantPackage. getConstantValue(ConstantPool cp)
java.lang.Object
ConstantString. getConstantValue(ConstantPool cp)
java.lang.String
ConstantNameAndType. getName(ConstantPool cp)
java.lang.String
MethodParameter. getParameterName(ConstantPool constant_pool)
Returns the name of the parameter.java.lang.String
ConstantNameAndType. getSignature(ConstantPool cp)
static AnnotationEntry
AnnotationEntry. read(java.io.DataInput input, ConstantPool constant_pool, boolean isRuntimeVisible)
static Attribute
Attribute. readAttribute(java.io.DataInput file, ConstantPool constant_pool)
Class method reads one attribute from the input data stream.static Attribute
Attribute. readAttribute(java.io.DataInputStream file, ConstantPool constant_pool)
Class method reads one attribute from the input data stream.static ElementValue
ElementValue. readElementValue(java.io.DataInput input, ConstantPool cpool)
void
Attribute. setConstantPool(ConstantPool constant_pool)
void
FieldOrMethod. setConstantPool(ConstantPool constant_pool)
void
JavaClass. setConstantPool(ConstantPool constantPool)
void
LocalVariable. setConstantPool(ConstantPool constantPool)
void
StackMapEntry. setConstantPool(ConstantPool constantPool)
void
StackMapType. setConstantPool(ConstantPool constantPool)
java.lang.String
BootstrapMethod. toString(ConstantPool constantPool)
java.lang.String
CodeException. toString(ConstantPool cp)
java.lang.String
CodeException. toString(ConstantPool cp, boolean verbose)
java.lang.String
InnerClass. toString(ConstantPool constantPool)
java.lang.String
ModuleExports. toString(ConstantPool constant_pool)
java.lang.String
ModuleOpens. toString(ConstantPool constant_pool)
java.lang.String
ModuleProvides. toString(ConstantPool constant_pool)
java.lang.String
ModuleRequires. toString(ConstantPool constant_pool)
void
DescendingVisitor. visitConstantPool(ConstantPool cp)
void
EmptyVisitor. visitConstantPool(ConstantPool obj)
void
Visitor. visitConstantPool(ConstantPool obj)
Constructors in org.apache.bcel.classfile with parameters of type ConstantPool Constructor Description AnnotationDefault(int name_index, int length, ElementValue defaultValue, ConstantPool constant_pool)
AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool)
AnnotationEntry(int type_index, ConstantPool constant_pool, boolean isRuntimeVisible)
Annotations(byte annotationType, int nameIndex, int length, AnnotationEntry[] annotationTable, ConstantPool constantPool, boolean isRuntimeVisible)
ArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool)
Attribute(byte tag, int name_index, int length, ConstantPool constant_pool)
BootstrapMethods(int name_index, int length, BootstrapMethod[] bootstrapMethods, ConstantPool constant_pool)
ClassElementValue(int type, int idx, ConstantPool cpool)
Code(int name_index, int length, int maxStack, int maxLocals, byte[] code, CodeException[] exceptionTable, Attribute[] attributes, ConstantPool constant_pool)
ConstantValue(int name_index, int length, int constantValueIndex, ConstantPool constant_pool)
Deprecated(int name_index, int length, byte[] bytes, ConstantPool constant_pool)
ElementValue(int type, ConstantPool cpool)
ElementValuePair(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool)
EnumElementValue(int type, int typeIdx, int valueIdx, ConstantPool cpool)
ExceptionTable(int name_index, int length, int[] exceptionIndexTable, ConstantPool constant_pool)
Field(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool)
FieldOrMethod(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool)
FieldOrMethod(java.io.DataInput file, ConstantPool constant_pool)
Construct object from file stream.FieldOrMethod(java.io.DataInputStream file, ConstantPool constant_pool)
Deprecated.(6.0) UseFieldOrMethod(java.io.DataInput, ConstantPool)
instead.InnerClasses(int name_index, int length, InnerClass[] innerClasses, ConstantPool constant_pool)
JavaClass(int classNameIndex, int superclassNameIndex, java.lang.String fileName, int major, int minor, int access_flags, ConstantPool constantPool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes)
Constructor gets all contents as arguments.JavaClass(int classNameIndex, int superclassNameIndex, java.lang.String fileName, int major, int minor, int access_flags, ConstantPool constantPool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes, byte source)
Constructor gets all contents as arguments.LineNumberTable(int name_index, int length, LineNumber[] line_number_table, ConstantPool constant_pool)
LocalVariable(int startPc, int length, int nameIndex, int signatureIndex, int index, ConstantPool constantPool)
LocalVariable(int startPc, int length, int nameIndex, int signatureIndex, int index, ConstantPool constantPool, int origIndex)
LocalVariableTable(int nameIndex, int length, LocalVariable[] localVariableTable, ConstantPool constantPool)
LocalVariableTypeTable(int name_index, int length, LocalVariable[] local_variable_table, ConstantPool constant_pool)
Method(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool)
ModuleMainClass(int name_index, int length, int mainClassIndex, ConstantPool constantPool)
ModulePackages(int nameIndex, int length, int[] packageIndexTable, ConstantPool constantPool)
NestHost(int nameIndex, int length, int hostClassIndex, ConstantPool constantPool)
NestMembers(int name_index, int length, int[] classes, ConstantPool constant_pool)
ParameterAnnotations(byte parameterAnnotationType, int nameIndex, int length, ParameterAnnotationEntry[] parameterAnnotationTable, ConstantPool constantPool)
PMGClass(int name_index, int length, int pmgIndex, int pmgClassIndex, ConstantPool constantPool)
RuntimeInvisibleAnnotations(int name_index, int length, java.io.DataInput input, ConstantPool constant_pool)
RuntimeInvisibleParameterAnnotations(int name_index, int length, java.io.DataInput input, ConstantPool constant_pool)
RuntimeVisibleAnnotations(int name_index, int length, java.io.DataInput input, ConstantPool constant_pool)
RuntimeVisibleParameterAnnotations(int name_index, int length, java.io.DataInput input, ConstantPool constant_pool)
Signature(int name_index, int length, int signatureIndex, ConstantPool constant_pool)
SimpleElementValue(int type, int index, ConstantPool cpool)
SourceFile(int name_index, int length, int sourceFileIndex, ConstantPool constantPool)
StackMap(int name_index, int length, StackMapEntry[] map, ConstantPool constant_pool)
StackMapEntry(int byteCodeOffset, int numberOfLocals, StackMapType[] typesOfLocals, int numberOfStackItems, StackMapType[] typesOfStackItems, ConstantPool constantPool)
Deprecated.Since 6.0, useStackMapEntry(int, int, StackMapType[], StackMapType[], ConstantPool)
insteadStackMapEntry(int tag, int byteCodeOffset, StackMapType[] typesOfLocals, StackMapType[] typesOfStackItems, ConstantPool constantPool)
Create an instanceStackMapType(byte type, int index, ConstantPool constant_pool)
Synthetic(int name_index, int length, byte[] bytes, ConstantPool constant_pool)
Unknown(int name_index, int length, byte[] bytes, ConstantPool constant_pool)
Create a non-standard attribute. -
Uses of ConstantPool in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return ConstantPool Modifier and Type Method Description ConstantPool
ConstantPoolGen. getConstantPool()
ConstantPool
ConstantPoolGen. getFinalConstantPool()
Methods in org.apache.bcel.generic with parameters of type ConstantPool Modifier and Type Method Description java.lang.String
CPInstruction. toString(ConstantPool cp)
java.lang.String
FieldInstruction. toString(ConstantPool cp)
java.lang.String
Instruction. toString(ConstantPool cp)
java.lang.String
INVOKEDYNAMIC. toString(ConstantPool cp)
java.lang.String
InvokeInstruction. toString(ConstantPool cp)
java.lang.String
INVOKEINTERFACE. toString(ConstantPool cp)
java.lang.String
MULTIANEWARRAY. toString(ConstantPool cp)
Constructors in org.apache.bcel.generic with parameters of type ConstantPool Constructor Description ConstantPoolGen(ConstantPool cp)
Initialize with given constant pool. -
Uses of ConstantPool in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type ConstantPool Modifier and Type Method Description void
StringRepresentation. visitConstantPool(ConstantPool obj)
-