Uses of Class
javassist.bytecode.ConstPool
-
Packages that use ConstPool Package Description javassist The Javassist Core API.javassist.bytecode Bytecode-level API.javassist.bytecode.analysis Bytecode Analysis API.javassist.bytecode.annotation Bytecode-level Annotations API.javassist.bytecode.stackmap javassist.convert javassist.expr This package contains the classes for modifying a method body.javassist.util.proxy Dynamic proxy (similar toEnhancerof cglib). -
-
Uses of ConstPool in javassist
Methods in javassist with parameters of type ConstPool Modifier and Type Method Description protected voidCodeConverter. doit(CtClass clazz, MethodInfo minfo, ConstPool cp)Performs code conversion.(package private) intCtField.CodeInitializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.DoubleInitializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.FloatInitializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.Initializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.IntInitializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.LongInitializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.PtreeInitializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.StringInitializer. getConstantValue(ConstPool cp, CtClass type)(package private) intCtField.CodeInitializer0. getConstantValue2(ConstPool cp, CtClass type, ASTree tree)private intCtBehavior. insertAfterAdvice(Bytecode code, Javac jv, java.lang.String src, ConstPool cp, CtClass rtype, int varNo) -
Uses of ConstPool in javassist.bytecode
Fields in javassist.bytecode declared as ConstPool Modifier and Type Field Description protected ConstPoolAttributeInfo. constPool(package private) ConstPoolBytecode. constPool(package private) ConstPoolClassFile. constPoolprivate ConstPoolCodeAnalyzer. constPoolprivate ConstPoolExceptionTable. constPool(package private) ConstPoolFieldInfo. constPool(package private) ConstPoolMethodInfo. constPool(package private) ConstPoolAnnotationsAttribute.Renamer. cpool(package private) ConstPoolStackMap.Copier. destCp(package private) ConstPoolAnnotationsAttribute.Copier. destPoolprivate ConstPoolStackMapTable.Copier. destPool(package private) ConstPoolTypeAnnotationsAttribute.SubCopier. destPool(package private) ConstPoolAnnotationsAttribute.Parser. pool(package private) ConstPoolStackMap.Copier. srcCp(package private) ConstPoolAnnotationsAttribute.Copier. srcPoolprivate ConstPoolStackMapTable.Copier. srcPool(package private) ConstPoolTypeAnnotationsAttribute.SubCopier. srcPoolMethods in javassist.bytecode that return ConstPool Modifier and Type Method Description private ConstPoolClassFile. compact0()ConstPoolAttributeInfo. getConstPool()Returns a constant pool table.ConstPoolBytecode. getConstPool()Gets a constant pool table.ConstPoolClassFile. getConstPool()Returns a constant pool table.ConstPoolFieldInfo. getConstPool()Returns the constant pool table used by thisfield_info.ConstPoolMethodInfo. getConstPool()Returns a constant pool table used by this method.Methods in javassist.bytecode with parameters of type ConstPool Modifier and Type Method Description private static java.lang.StringInstructionPrinter. classInfo(ConstPool pool, int index)(package private) voidFieldInfo. compact(ConstPool cp)Copies all constant pool items to a given new constant pool and replaces the original items with the new ones.(package private) voidMethodInfo. compact(ConstPool cp)Copies all constant pool items to a given new constant pool and replaces the original items with the new ones.AttributeInfoAnnotationDefaultAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.AttributeInfoAnnotationsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.AttributeInfoAttributeInfo. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoBootstrapMethodsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.intClassInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoCodeAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoConstantAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.abstract intConstInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> classnames)intConstInfoPadding. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)intConstPool. copy(int n, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> classnames)Copies the n-th item in this ConstPool object into the destination ConstPool object.AttributeInfoDeprecatedAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.intDoubleInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)intDynamicInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoEnclosingMethodAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoExceptionsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.ExceptionTableExceptionTable. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy of thisexception_table[].intFloatInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoInnerClassesAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.intIntegerInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)intInvokeDynamicInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoLineNumberAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoLocalVariableAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.intLongInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)intMemberrefInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)intMethodHandleInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoMethodParametersAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.intMethodTypeInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)intModuleInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)intNameAndTypeInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoNestHostAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoNestMembersAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.intPackageInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoParameterAnnotationsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.AttributeInfoSignatureAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoSourceFileAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoStackMap. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoStackMapTable. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.intStringInfo. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)AttributeInfoSyntheticAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Makes a copy.AttributeInfoTypeAnnotationsAttribute. copy(ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copies this attribute and returns a new copy.intUtf8Info. copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)protected intFieldrefInfo. copy2(ConstPool dest, int cindex, int ntindex)protected intInterfaceMethodrefInfo. copy2(ConstPool dest, int cindex, int ntindex)protected abstract intMemberrefInfo. copy2(ConstPool dest, int cindex, int ntindex)protected intMethodrefInfo. copy2(ConstPool dest, int cindex, int ntindex)(package private) static java.util.List<AttributeInfo>AttributeInfo. copyAll(java.util.List<AttributeInfo> attributes, ConstPool cp)private static CodeAttribute.LdcEntryCodeAttribute. copyCode(byte[] code, int beginPos, int endPos, ConstPool srcCp, byte[] newcode, ConstPool destCp, java.util.Map<java.lang.String,java.lang.String> classnameMap)private byte[]CodeAttribute. copyCode(ConstPool destCp, java.util.Map<java.lang.String,java.lang.String> classnames, ExceptionTable etable, CodeAttribute destCa)Copies code.private static voidCodeAttribute. copyConstPoolInfo(int i, byte[] code, ConstPool srcCp, byte[] newcode, ConstPool destCp, java.util.Map<java.lang.String,java.lang.String> classnameMap)private static java.lang.StringInstructionPrinter. fieldInfo(ConstPool pool, int index)java.lang.StringClassInfo. getClassName(ConstPool cp)java.lang.StringConstInfo. getClassName(ConstPool cp)java.lang.StringModuleInfo. getModuleName(ConstPool cp)java.lang.StringPackageInfo. getPackageName(ConstPool cp)static java.lang.StringInstructionPrinter. instructionString(CodeIterator iter, int pos, ConstPool pool)Gets a string representation of the bytecode instruction at the specified position.private static java.lang.StringInstructionPrinter. interfaceMethodInfo(ConstPool pool, int index)private static java.lang.StringInstructionPrinter. ldc(ConstPool pool, int index)(package private) LocalVariableAttributeLocalVariableAttribute. makeThisAttr(ConstPool cp, byte[] dest)(package private) LocalVariableAttributeLocalVariableTypeAttribute. makeThisAttr(ConstPool cp, byte[] dest)private static java.lang.StringInstructionPrinter. methodInfo(ConstPool pool, int index)(package private) voidFieldInfo. prune(ConstPool cp)(package private) voidMethodInfo. prune(ConstPool cp)(package private) static AttributeInfoAttributeInfo. read(ConstPool cp, java.io.DataInputStream in)voidClassInfo. renameClass(ConstPool cp, java.lang.String oldName, java.lang.String newName, java.util.Map<ConstInfo,ConstInfo> cache)voidClassInfo. renameClass(ConstPool cp, java.util.Map<java.lang.String,java.lang.String> map, java.util.Map<ConstInfo,ConstInfo> cache)voidConstInfo. renameClass(ConstPool cp, java.lang.String oldName, java.lang.String newName, java.util.Map<ConstInfo,ConstInfo> cache)voidConstInfo. renameClass(ConstPool cp, java.util.Map<java.lang.String,java.lang.String> classnames, java.util.Map<ConstInfo,ConstInfo> cache)voidMethodTypeInfo. renameClass(ConstPool cp, java.lang.String oldName, java.lang.String newName, java.util.Map<ConstInfo,ConstInfo> cache)voidMethodTypeInfo. renameClass(ConstPool cp, java.util.Map<java.lang.String,java.lang.String> map, java.util.Map<ConstInfo,ConstInfo> cache)voidNameAndTypeInfo. renameClass(ConstPool cp, java.lang.String oldName, java.lang.String newName, java.util.Map<ConstInfo,ConstInfo> cache)voidNameAndTypeInfo. renameClass(ConstPool cp, java.util.Map<java.lang.String,java.lang.String> map, java.util.Map<ConstInfo,ConstInfo> cache)StackMapStackMap.Writer. toStackMap(ConstPool cp)Converts to aStackMapattribute.StackMapTableStackMapTable.Writer. toStackMapTable(ConstPool cp)Constructs and a return a stack map table containing the written stack map entries.Constructors in javassist.bytecode with parameters of type ConstPool Constructor Description AnnotationDefaultAttribute(ConstPool cp)Constructs an emptyAnnotationDefault_attribute.AnnotationDefaultAttribute(ConstPool cp, byte[] info)Constructs anAnnotationDefault_attribute.AnnotationDefaultAttribute(ConstPool cp, int n, java.io.DataInputStream in)AnnotationsAttribute(ConstPool cp, int n, java.io.DataInputStream in)AnnotationsAttribute(ConstPool cp, java.lang.String attrname)Constructs an emptyRuntime(In)VisibleAnnotations_attribute.AnnotationsAttribute(ConstPool cp, java.lang.String attrname, byte[] info)Constructs aRuntime(In)VisibleAnnotations_attribute.AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo)AttributeInfo(ConstPool cp, int n, java.io.DataInputStream in)AttributeInfo(ConstPool cp, java.lang.String attrname)AttributeInfo(ConstPool cp, java.lang.String attrname, byte[] attrinfo)Constructs anattribute_infostructure.BootstrapMethodsAttribute(ConstPool cp, int n, java.io.DataInputStream in)BootstrapMethodsAttribute(ConstPool cp, BootstrapMethodsAttribute.BootstrapMethod[] methods)Constructs a BootstrapMethods attribute.Bytecode(ConstPool cp)Constructs aBytecodeobject with an empty bytecode sequence.Bytecode(ConstPool cp, int stacksize, int localvars)Constructs aBytecodeobject with an empty bytecode sequence.CodeAttribute(ConstPool cp, int stack, int locals, byte[] code, ExceptionTable etable)Constructs aCode_attribute.CodeAttribute(ConstPool cp, int name_id, java.io.DataInputStream in)CodeAttribute(ConstPool cp, CodeAttribute src, java.util.Map<java.lang.String,java.lang.String> classnames)Constructs a copy ofCode_attribute.ConstantAttribute(ConstPool cp, int index)Constructs a ConstantValue attribute.ConstantAttribute(ConstPool cp, int n, java.io.DataInputStream in)Copier(byte[] info, ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)Constructs a copier.Copier(byte[] info, ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map, boolean makeWriter)Copier(StackMap map, ConstPool newCp, java.util.Map<java.lang.String,java.lang.String> classnames)Copier(ConstPool src, byte[] data, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> names)Copier(byte[] attrInfo, ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)DeprecatedAttribute(ConstPool cp)Constructs a Deprecated attribute.DeprecatedAttribute(ConstPool cp, int n, java.io.DataInputStream in)EnclosingMethodAttribute(ConstPool cp, int n, java.io.DataInputStream in)EnclosingMethodAttribute(ConstPool cp, java.lang.String className)Constructs an EnclosingMethod attribute.EnclosingMethodAttribute(ConstPool cp, java.lang.String className, java.lang.String methodName, java.lang.String methodDesc)Constructs an EnclosingMethod attribute.ExceptionsAttribute(ConstPool cp)Constructs a new exceptions attribute.ExceptionsAttribute(ConstPool cp, int n, java.io.DataInputStream in)ExceptionsAttribute(ConstPool cp, ExceptionsAttribute src, java.util.Map<java.lang.String,java.lang.String> classnames)Constructs a copy of an exceptions attribute.ExceptionTable(ConstPool cp)Constructs anexception_table[].ExceptionTable(ConstPool cp, java.io.DataInputStream in)FieldInfo(ConstPool cp)FieldInfo(ConstPool cp, java.io.DataInputStream in)FieldInfo(ConstPool cp, java.lang.String fieldName, java.lang.String desc)Constructs afield_infostructure.InnerClassesAttribute(ConstPool cp)Constructs an empty InnerClasses attribute.InnerClassesAttribute(ConstPool cp, byte[] info)InnerClassesAttribute(ConstPool cp, int n, java.io.DataInputStream in)LineNumberAttribute(ConstPool cp, byte[] i)LineNumberAttribute(ConstPool cp, int n, java.io.DataInputStream in)LocalVariableAttribute(ConstPool cp)Constructs an empty LocalVariableTable.LocalVariableAttribute(ConstPool cp, int n, java.io.DataInputStream in)LocalVariableAttribute(ConstPool cp, java.lang.String name)Deprecated.LocalVariableAttribute(ConstPool cp, java.lang.String name, byte[] i)LocalVariableTypeAttribute(ConstPool cp)Constructs an empty LocalVariableTypeTable.LocalVariableTypeAttribute(ConstPool cp, byte[] dest)LocalVariableTypeAttribute(ConstPool cp, int n, java.io.DataInputStream in)MethodInfo(ConstPool cp)MethodInfo(ConstPool cp, java.io.DataInputStream in)MethodInfo(ConstPool cp, java.lang.String methodname, java.lang.String desc)Constructs amethod_infostructure.MethodInfo(ConstPool cp, java.lang.String methodname, MethodInfo src, java.util.Map<java.lang.String,java.lang.String> classnameMap)Constructs a copy ofmethod_infostructure.MethodParametersAttribute(ConstPool cp, int n, java.io.DataInputStream in)MethodParametersAttribute(ConstPool cp, java.lang.String[] names, int[] flags)Constructs an attribute.NestHostAttribute(ConstPool cp, int hostIndex)NestHostAttribute(ConstPool cp, int n, java.io.DataInputStream in)NestMembersAttribute(ConstPool cp, byte[] info)NestMembersAttribute(ConstPool cp, int n, java.io.DataInputStream in)ParameterAnnotationsAttribute(ConstPool cp, int n, java.io.DataInputStream in)ParameterAnnotationsAttribute(ConstPool cp, java.lang.String attrname)Constructs an emptyRuntime(In)VisibleParameterAnnotations_attribute.ParameterAnnotationsAttribute(ConstPool cp, java.lang.String attrname, byte[] info)Constructs aRuntime(In)VisibleParameterAnnotations_attribute.Parser(byte[] info, ConstPool cp)Constructs a parser.Renamer(byte[] info, ConstPool cp, java.util.Map<java.lang.String,java.lang.String> map)Constructs a renamer.Renamer(byte[] attrInfo, ConstPool cp, java.util.Map<java.lang.String,java.lang.String> map)SignatureAttribute(ConstPool cp, int n, java.io.DataInputStream in)SignatureAttribute(ConstPool cp, java.lang.String signature)Constructs aSignatureattribute.SourceFileAttribute(ConstPool cp, int n, java.io.DataInputStream in)SourceFileAttribute(ConstPool cp, java.lang.String filename)Constructs a SourceFile attribute.StackMap(ConstPool cp, byte[] newInfo)Constructs astack_mapattribute.StackMap(ConstPool cp, int name_id, java.io.DataInputStream in)StackMapTable(ConstPool cp, byte[] newInfo)Constructs astack_mapattribute.StackMapTable(ConstPool cp, int name_id, java.io.DataInputStream in)SubCopier(byte[] attrInfo, ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map, TypeAnnotationsWriter w)SyntheticAttribute(ConstPool cp)Constructs a Synthetic attribute.SyntheticAttribute(ConstPool cp, int n, java.io.DataInputStream in)TypeAnnotationsAttribute(ConstPool cp, int n, java.io.DataInputStream in)TypeAnnotationsAttribute(ConstPool cp, java.lang.String attrname, byte[] info)Constructs aRuntime(In)VisibleTypeAnnotations_attribute. -
Uses of ConstPool in javassist.bytecode.analysis
Fields in javassist.bytecode.analysis declared as ConstPool Modifier and Type Field Description private ConstPoolExecutor. constPoolConstructors in javassist.bytecode.analysis with parameters of type ConstPool Constructor Description Executor(ClassPool classPool, ConstPool constPool) -
Uses of ConstPool in javassist.bytecode.annotation
Fields in javassist.bytecode.annotation declared as ConstPool Modifier and Type Field Description (package private) ConstPoolMemberValue. cp(package private) ConstPoolAnnotation. poolprivate ConstPoolAnnotationsWriter. poolMethods in javassist.bytecode.annotation that return ConstPool Modifier and Type Method Description ConstPoolAnnotationsWriter. getConstPool()Obtains the constant pool given to the constructor.Methods in javassist.bytecode.annotation with parameters of type ConstPool Modifier and Type Method Description static MemberValueAnnotation. createMemberValue(ConstPool cp, CtClass type)Makes an instance ofMemberValue.Constructors in javassist.bytecode.annotation with parameters of type ConstPool Constructor Description Annotation(int type, ConstPool cp)Constructs an annotation including no members.Annotation(java.lang.String typeName, ConstPool cp)Constructs an annotation including no members.Annotation(ConstPool cp, CtClass clazz)Constructs an annotation that can be accessed through the interface represented byclazz.AnnotationMemberValue(Annotation a, ConstPool cp)Constructs an annotation member.AnnotationMemberValue(ConstPool cp)Constructs an annotation member.AnnotationsWriter(java.io.OutputStream os, ConstPool cp)Constructs with the given output stream.ArrayMemberValue(MemberValue t, ConstPool cp)Constructs an array.ArrayMemberValue(ConstPool cp)Constructs an array.BooleanMemberValue(boolean b, ConstPool cp)Constructs a boolean constant value.BooleanMemberValue(int index, ConstPool cp)Constructs a boolean constant value.BooleanMemberValue(ConstPool cp)Constructs a boolean constant value.ByteMemberValue(byte b, ConstPool cp)Constructs a byte constant value.ByteMemberValue(int index, ConstPool cp)Constructs a byte constant value.ByteMemberValue(ConstPool cp)Constructs a byte constant value.CharMemberValue(char c, ConstPool cp)Constructs a char constant value.CharMemberValue(int index, ConstPool cp)Constructs a char constant value.CharMemberValue(ConstPool cp)Constructs a char constant value.ClassMemberValue(int index, ConstPool cp)Constructs a class value.ClassMemberValue(java.lang.String className, ConstPool cp)Constructs a class value.ClassMemberValue(ConstPool cp)Constructs a class value.DoubleMemberValue(double d, ConstPool cp)Constructs a double constant value.DoubleMemberValue(int index, ConstPool cp)Constructs a double constant value.DoubleMemberValue(ConstPool cp)Constructs a double constant value.EnumMemberValue(int type, int value, ConstPool cp)Constructs an enum constant value.EnumMemberValue(ConstPool cp)Constructs an enum constant value.FloatMemberValue(float f, ConstPool cp)Constructs a float constant value.FloatMemberValue(int index, ConstPool cp)Constructs a float constant value.FloatMemberValue(ConstPool cp)Constructs a float constant value.IntegerMemberValue(int index, ConstPool cp)Constructs an int constant value.IntegerMemberValue(ConstPool cp)Constructs an int constant value.IntegerMemberValue(ConstPool cp, int value)Constructs an int constant value.LongMemberValue(int index, ConstPool cp)Constructs a long constant value.LongMemberValue(long j, ConstPool cp)Constructs a long constant value.LongMemberValue(ConstPool cp)Constructs a long constant value.MemberValue(char tag, ConstPool cp)ShortMemberValue(int index, ConstPool cp)Constructs a short constant value.ShortMemberValue(short s, ConstPool cp)Constructs a short constant value.ShortMemberValue(ConstPool cp)Constructs a short constant value.StringMemberValue(int index, ConstPool cp)Constructs a string constant value.StringMemberValue(java.lang.String str, ConstPool cp)Constructs a string constant value.StringMemberValue(ConstPool cp)Constructs a string constant value.TypeAnnotationsWriter(java.io.OutputStream os, ConstPool cp)Constructs with the given output stream. -
Uses of ConstPool in javassist.bytecode.stackmap
Fields in javassist.bytecode.stackmap declared as ConstPool Modifier and Type Field Description protected ConstPoolTracer. cpoolMethods in javassist.bytecode.stackmap with parameters of type ConstPool Modifier and Type Method Description intTypeData.AbsTypeVar. getTypeData(ConstPool cp)intTypeData.BasicType. getTypeData(ConstPool cp)intTypeData.ClassName. getTypeData(ConstPool cp)abstract intTypeData. getTypeData(ConstPool cp)intTypeData.NullType. getTypeData(ConstPool cp)intTypeData.TypeVar. getTypeData(ConstPool cp)intTypeData.UninitData. getTypeData(ConstPool cp)intTypeData.UninitThis. getTypeData(ConstPool cp)intTypeData.UninitTypeVar. getTypeData(ConstPool cp)StackMapMapMaker. toStackMap2(ConstPool cp, TypedBlock[] blocks)private voidMapMaker. writeStackFrame(StackMap.Writer writer, ConstPool cp, int offset, TypedBlock tb)private voidMapMaker. writeVerifyTypeInfo(StackMap.Writer writer, ConstPool cp, TypeData[] types, int num)Constructors in javassist.bytecode.stackmap with parameters of type ConstPool Constructor Description Tracer(ClassPool classes, ConstPool cp, int maxStack, int maxLocals, java.lang.String retType) -
Uses of ConstPool in javassist.convert
Fields in javassist.convert declared as ConstPool Modifier and Type Field Description protected ConstPoolTransformCall. constPoolprivate ConstPoolTransformFieldAccess. constPoolMethods in javassist.convert with parameters of type ConstPool Modifier and Type Method Description private intTransformNew. computeMethodref(int typedesc, ConstPool cp)voidTransformAccessArrayField. initialize(ConstPool cp, CtClass clazz, MethodInfo minfo)voidTransformBefore. initialize(ConstPool cp, CodeAttribute attr)voidTransformCall. initialize(ConstPool cp, CodeAttribute attr)voidTransformer. initialize(ConstPool cp, CodeAttribute attr)voidTransformer. initialize(ConstPool cp, CtClass clazz, MethodInfo minfo)voidTransformFieldAccess. initialize(ConstPool cp, CodeAttribute attr)voidTransformNew. initialize(ConstPool cp, CodeAttribute attr)voidTransformNewClass. initialize(ConstPool cp, CodeAttribute attr)(package private) static java.lang.StringTransformReadField. isField(ClassPool pool, ConstPool cp, CtClass fclass, java.lang.String fname, boolean is_private, int index)protected voidTransformBefore. makeCode(CtClass[] paramTypes, ConstPool cp)protected intTransformBefore. match(int c, int pos, CodeIterator iterator, int typedesc, ConstPool cp)protected intTransformCall. match(int c, int pos, CodeIterator iterator, int typedesc, ConstPool cp)protected intTransformCallToStatic. match(int c, int pos, CodeIterator iterator, int typedesc, ConstPool cp)private intTransformAccessArrayField. replace(ConstPool cp, CodeIterator iterator, int pos, int opcode, java.lang.String signature)intTransformAccessArrayField. transform(CtClass tclazz, int pos, CodeIterator iterator, ConstPool cp)intTransformCall. transform(CtClass clazz, int pos, CodeIterator iterator, ConstPool cp)Modify INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC and INVOKEVIRTUAL so that a different method is invoked.abstract intTransformer. transform(CtClass clazz, int pos, CodeIterator it, ConstPool cp)intTransformFieldAccess. transform(CtClass clazz, int pos, CodeIterator iterator, ConstPool cp)Modify GETFIELD, GETSTATIC, PUTFIELD, and PUTSTATIC so that a different field is accessed.intTransformNew. transform(CtClass clazz, int pos, CodeIterator iterator, ConstPool cp)Replace a sequence of NEW classname DUP ...intTransformNewClass. transform(CtClass clazz, int pos, CodeIterator iterator, ConstPool cp)Modifies a sequence of NEW classname DUP ...intTransformReadField. transform(CtClass tclazz, int pos, CodeIterator iterator, ConstPool cp)intTransformWriteField. transform(CtClass tclazz, int pos, CodeIterator iterator, ConstPool cp) -
Uses of ConstPool in javassist.expr
Methods in javassist.expr that return ConstPool Modifier and Type Method Description protected ConstPoolExpr. getConstPool()Methods in javassist.expr with parameters of type ConstPool Modifier and Type Method Description private intMethodCall. getNameAndType(ConstPool cp) -
Uses of ConstPool in javassist.util.proxy
Methods in javassist.util.proxy with parameters of type ConstPool Modifier and Type Method Description private static voidProxyFactory. addClassInitializer(ClassFile cf, ConstPool cp, java.lang.String classname, int size, java.util.List<ProxyFactory.Find2MethodsArgs> forwarders)private static voidProxyFactory. addGetter(java.lang.String classname, ClassFile cf, ConstPool cp)private static voidProxyFactory. addSetter(java.lang.String classname, ClassFile cf, ConstPool cp)private static MethodInfoProxyFactory. makeConstructor(java.lang.String thisClassName, java.lang.reflect.Constructor<?> cons, ConstPool cp, java.lang.Class<?> superClass, boolean doHandlerInit)private voidProxyFactory. makeConstructors(java.lang.String thisClassName, ClassFile cf, ConstPool cp, java.lang.String classname)private MethodInfoProxyFactory. makeDelegator(java.lang.reflect.Method meth, java.lang.String desc, ConstPool cp, java.lang.Class<?> declClass, java.lang.String delegatorName)private static MethodInfoProxyFactory. makeForwarder(java.lang.String thisClassName, java.lang.reflect.Method meth, java.lang.String desc, ConstPool cp, java.lang.Class<?> declClass, java.lang.String delegatorName, int index, java.util.List<ProxyFactory.Find2MethodsArgs> forwarders)private static MethodInfoProxyFactory. makeWriteReplace(ConstPool cp)private voidProxyFactory. override(java.lang.String thisClassname, java.lang.reflect.Method meth, java.lang.String prefix, int index, java.lang.String desc, ClassFile cf, ConstPool cp, java.util.List<ProxyFactory.Find2MethodsArgs> forwarders)private intProxyFactory. overrideMethods(ClassFile cf, ConstPool cp, java.lang.String className, java.util.List<ProxyFactory.Find2MethodsArgs> forwarders)private static voidProxyFactory. setThrows(MethodInfo minfo, ConstPool cp, java.lang.Class<?>[] exceptions)private static voidProxyFactory. setThrows(MethodInfo minfo, ConstPool cp, java.lang.reflect.Method orig)
-