Uses of Class
org.aspectj.apache.bcel.classfile.ConstantPool
-
Packages that use ConstantPool Package Description org.aspectj.apache.bcel.classfile org.aspectj.apache.bcel.classfile.annotation org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of ConstantPool in org.aspectj.apache.bcel.classfile
Fields in org.aspectj.apache.bcel.classfile declared as ConstantPool Modifier and Type Field Description protected ConstantPoolAttribute. cpoolprotected ConstantPoolFieldOrMethod. cpoolMethods in org.aspectj.apache.bcel.classfile that return ConstantPool Modifier and Type Method Description ConstantPoolConstantPool. copy()ConstantPoolAttribute. getConstantPool()ConstantPoolFieldOrMethod. getConstantPool()ConstantPoolJavaClass. getConstantPool()ConstantPoolLocalVariable. getConstantPool()ConstantPoolStackMapEntry. getConstantPool()ConstantPoolStackMapType. getConstantPool()ConstantPoolConstantPool. getFinalConstantPool()Methods in org.aspectj.apache.bcel.classfile with parameters of type ConstantPool Modifier and Type Method Description intConstantPool. addConstant(Constant c, ConstantPool cp)static StringUtility. codeToString(byte[] code, ConstantPool constant_pool, int index, int length)static StringUtility. codeToString(byte[] code, ConstantPool constant_pool, int index, int length, boolean verbose)static StringUtility. codeToString(ByteSequence bytes, ConstantPool constant_pool)static StringUtility. codeToString(ByteSequence bytes, ConstantPool constant_pool, boolean verbose)AttributeAnnotationDefault. copy(ConstantPool constant_pool)AttributeEnclosingMethod. copy(ConstantPool constant_pool)static Collection<RuntimeAnnos>Utility. getAnnotationAttributes(ConstantPool cp, List<AnnotationGen> annotations)StringConstantCP. getClass(ConstantPool cp)StringConstantClass. getClassname(ConstantPool cpool)ObjectConstantObject. getConstantValue(ConstantPool cp)StringConstantModule. getModuleName(ConstantPool cpool)StringConstantNameAndType. getName(ConstantPool cp)StringConstantPackage. getPackageName(ConstantPool cpool)static Attribute[]Utility. getParameterAnnotationAttributes(ConstantPool cp, List<AnnotationGen>[] vec)StringConstantNameAndType. getSignature(ConstantPool cp)StringConstantString. getString(ConstantPool cpool)static AttributeAttribute. readAttribute(DataInputStream file, ConstantPool cpool)static Attribute[]AttributeUtils. readAttributes(DataInputStream dataInputstream, ConstantPool cpool)voidJavaClass. setConstantPool(ConstantPool constant_pool)voidLocalVariable. setConstantPool(ConstantPool constant_pool)voidStackMapEntry. setConstantPool(ConstantPool constant_pool)voidStackMapType. setConstantPool(ConstantPool constant_pool)StringCodeException. toString(ConstantPool cp)StringCodeException. toString(ConstantPool cp, boolean verbose)StringInnerClass. toString(ConstantPool constant_pool)voidClassVisitor. visitConstantPool(ConstantPool obj)Constructors in org.aspectj.apache.bcel.classfile with parameters of type ConstantPool Constructor Description AnnotationDefault(int nameIndex, int len, DataInputStream dis, ConstantPool cpool)Attribute(byte tag, int nameIndex, int length, ConstantPool cpool)BootstrapMethods(int nameIndex, int length, BootstrapMethods.BootstrapMethod[] lineNumberTable, ConstantPool constantPool)Code(int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool)ConstantValue(int name_index, int length, int constantvalue_index, ConstantPool constant_pool)Deprecated(int name_index, int length, byte[] bytes, ConstantPool constant_pool)EnclosingMethod(int nameIndex, int len, DataInputStream dis, ConstantPool cpool)ExceptionTable(int name_index, int length, int[] exception_index_table, ConstantPool constant_pool)Field(int modifiers, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool)FieldOrMethod(int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool)FieldOrMethod(DataInputStream file, ConstantPool cpool)InnerClasses(int name_index, int length, InnerClass[] inner_classes, ConstantPool constant_pool)JavaClass(int classnameIndex, int superclassnameIndex, String filename, int major, int minor, int access_flags, ConstantPool cpool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes)LineNumberTable(int nameIndex, int length, LineNumber[] lineNumberTable, ConstantPool constantPool)LocalVariable(int start_pc, int length, int name_index, int signature_index, int index, ConstantPool constant_pool)LocalVariableTable(int name_index, int length, LocalVariable[] local_variable_table, ConstantPool constant_pool)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)MethodParameters(int index, int length, DataInputStream dis, ConstantPool cpool)Module(int nameIndex, int length, byte[] data, ConstantPool cp)ModuleMainClass(int nameIndex, int length, int mainClassIndex, ConstantPool cp)ModulePackages(int nameIndex, int length, int[] packageIndices, ConstantPool cp)NestHost(int nameIndex, int length, int hostClassIndex, ConstantPool cp)NestMembers(int nameIndex, int length, int[] classes, ConstantPool cp)Signature(int name_index, int length, int signature_index, ConstantPool constant_pool)SourceFile(int name_index, int length, int sourcefile_index, ConstantPool constant_pool)StackMap(int name_index, int length, StackMapEntry[] map, ConstantPool constant_pool)StackMapEntry(int byte_code_offset, int number_of_locals, StackMapType[] types_of_locals, int number_of_stack_items, StackMapType[] types_of_stack_items, ConstantPool constant_pool)StackMapType(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) -
Uses of ConstantPool in org.aspectj.apache.bcel.classfile.annotation
Fields in org.aspectj.apache.bcel.classfile.annotation declared as ConstantPool Modifier and Type Field Description protected ConstantPoolElementValue. cpoolMethods in org.aspectj.apache.bcel.classfile.annotation that return ConstantPool Modifier and Type Method Description protected ConstantPoolElementValue. getConstantPool()Methods in org.aspectj.apache.bcel.classfile.annotation with parameters of type ConstantPool Modifier and Type Method Description static ElementValueElementValue. copy(ElementValue value, ConstantPool cpool, boolean copyPoolEntries)AttributeRuntimeInvisAnnos. copy(ConstantPool constant_pool)AttributeRuntimeInvisParamAnnos. copy(ConstantPool constant_pool)AttributeRuntimeParamAnnos. copy(ConstantPool constant_pool)AttributeRuntimeTypeAnnos. copy(ConstantPool constant_pool)AttributeRuntimeVisAnnos. copy(ConstantPool constant_pool)AttributeRuntimeVisParamAnnos. copy(ConstantPool constant_pool)static AnnotationGenAnnotationGen. read(DataInputStream dis, ConstantPool cpool, boolean b)static TypeAnnotationGenTypeAnnotationGen. read(DataInputStream dis, ConstantPool cpool, boolean isVisible)protected voidRuntimeAnnos. readAnnotations(DataInputStream dis, ConstantPool cpool)static ElementValueElementValue. readElementValue(DataInputStream dis, ConstantPool cpGen)protected voidRuntimeParamAnnos. readParameterAnnotations(DataInputStream dis, ConstantPool cpool)protected voidRuntimeTypeAnnos. readTypeAnnotations(DataInputStream dis, ConstantPool cpool)Constructors in org.aspectj.apache.bcel.classfile.annotation with parameters of type ConstantPool Constructor Description AnnotationElementValue(int type, AnnotationGen annotation, ConstantPool cpool)AnnotationElementValue(AnnotationElementValue value, ConstantPool cpool, boolean copyPoolEntries)AnnotationElementValue(AnnotationGen a, ConstantPool cpool)AnnotationGen(AnnotationGen a, ConstantPool cpool, boolean copyPoolEntries)AnnotationGen(ObjectType type, List<NameValuePair> pairs, boolean runtimeVisible, ConstantPool cpool)ArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool)ArrayElementValue(ArrayElementValue value, ConstantPool cpool, boolean copyPoolEntries)ArrayElementValue(ConstantPool cp)ClassElementValue(int typeIdx, ConstantPool cpool)ClassElementValue(ClassElementValue value, ConstantPool cpool, boolean copyPoolEntries)ClassElementValue(ObjectType t, ConstantPool cpool)ElementValue(int type, ConstantPool cpool)EnumElementValue(int typeIdx, int valueIdx, ConstantPool cpool)EnumElementValue(EnumElementValue value, ConstantPool cpool, boolean copyPoolEntries)EnumElementValue(ObjectType t, String value, ConstantPool cpool)NameValuePair(int idx, ElementValue value, ConstantPool cpool)NameValuePair(String name, ElementValue value, ConstantPool cpool)NameValuePair(NameValuePair pair, ConstantPool cpool, boolean copyPoolEntries)RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool)RuntimeAnnos(byte attrid, boolean visible, int nameIdx, int len, ConstantPool cpool)RuntimeInvisAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)RuntimeInvisAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeInvisAnnos(int nameIdx, int len, ConstantPool cpool)RuntimeInvisParamAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)RuntimeInvisParamAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeInvisParamAnnos(int nameIdx, int len, ConstantPool cpool)RuntimeInvisTypeAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeInvisTypeAnnos(int nameIdx, int len, ConstantPool cpool)RuntimeParamAnnos(byte attrid, boolean visible, int nameIdx, int len, byte[] data, ConstantPool cpool)RuntimeParamAnnos(byte attrid, boolean visible, int nameIdx, int len, ConstantPool cpool)RuntimeTypeAnnos(byte attrid, boolean visible, int nameIdx, int len, ConstantPool cpool)RuntimeVisAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)RuntimeVisAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeVisAnnos(int nameIdx, int len, ConstantPool cpool)RuntimeVisParamAnnos(int nameIndex, int len, byte[] rvaData, ConstantPool cpool)RuntimeVisParamAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeVisParamAnnos(int nameIdx, int len, ConstantPool cpool)RuntimeVisTypeAnnos(int nameIdx, int len, DataInputStream dis, ConstantPool cpool)RuntimeVisTypeAnnos(int nameIdx, int len, ConstantPool cpool)SimpleElementValue(int type, int idx, ConstantPool cpGen)SimpleElementValue(int type, ConstantPool cpGen, boolean value)SimpleElementValue(int type, ConstantPool cpGen, byte value)SimpleElementValue(int type, ConstantPool cpGen, char value)SimpleElementValue(int type, ConstantPool cpGen, double value)SimpleElementValue(int type, ConstantPool cpGen, float value)SimpleElementValue(int type, ConstantPool cpGen, int value)SimpleElementValue(int type, ConstantPool cpGen, long value)SimpleElementValue(int type, ConstantPool cpGen, short value)SimpleElementValue(int type, ConstantPool cpGen, String value)SimpleElementValue(SimpleElementValue value, ConstantPool cpool, boolean copyPoolEntries) -
Uses of ConstantPool in org.aspectj.apache.bcel.generic
Fields in org.aspectj.apache.bcel.generic declared as ConstantPool Modifier and Type Field Description protected ConstantPoolFieldGenOrMethodGen. cpprotected ConstantPoolInstructionFactory. cpMethods in org.aspectj.apache.bcel.generic that return ConstantPool Modifier and Type Method Description ConstantPoolClassGen. getConstantPool()ConstantPoolFieldGenOrMethodGen. getConstantPool()ConstantPoolInstructionFactory. getConstantPool()Constructors in org.aspectj.apache.bcel.generic with parameters of type ConstantPool Constructor Description ClassGen(String classname, String superclassname, String filename, int modifiers, String[] interfacenames, ConstantPool cpool)FieldGen(int modifiers, Type type, String name, ConstantPool cpool)FieldGen(Field field, ConstantPool cp)InstructionFactory(ConstantPool cp)InstructionFactory(ClassGen cg, ConstantPool cp)MethodGen(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPool cp)MethodGen(Method m, String class_name, ConstantPool cp)MethodGen(Method m, String class_name, ConstantPool cp, boolean useTags) -
Uses of ConstantPool in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return ConstantPool Modifier and Type Method Description ConstantPoolLazyClassGen. getConstantPool()ConstantPoolLazyMethodGen. getConstantPool()Methods in org.aspectj.weaver.bcel with parameters of type ConstantPool Modifier and Type Method Description static AttributeUtility. bcelAttribute(AjAttribute a, ConstantPool pool)Constructors in org.aspectj.weaver.bcel with parameters of type ConstantPool Constructor Description BcelConstantPoolReader(ConstantPool constantPool)
-