Uses of Class
org.jd.core.v1.model.classfile.ConstantPool
Packages that use ConstantPool
Package
Description
-
Uses of ConstantPool in org.jd.core.v1.model.classfile
Fields in org.jd.core.v1.model.classfile declared as ConstantPoolMethods in org.jd.core.v1.model.classfile that return ConstantPoolConstructors in org.jd.core.v1.model.classfile with parameters of type ConstantPool -
Uses of ConstantPool in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type ConstantPoolModifier and TypeMethodDescriptionstatic int
ByteCodeParser.evalStackDepth
(ConstantPool constants, byte[] code, BasicBlock bb) private void
ByteCodeParser.parseGetField
(DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private void
ByteCodeParser.parseGetStatic
(DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private void
ByteCodeParser.parseInvokeDynamic
(Statements statements, DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private void
ByteCodeParser.parseLDC
(DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, Constant constant) private void
ByteCodeParser.parsePutField
(Statements statements, DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private void
ByteCodeParser.parsePutStatic
(Statements statements, DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) protected static void
ByteCodeWriter.writeByteCode
(String linePrefix, StringBuilder sb, ConstantPool constants, byte[] code, int fromOffset, int toOffset) protected static void
ByteCodeWriter.writeByteCode
(String linePrefix, StringBuilder sb, ConstantPool constants, AttributeCode attributeCode) protected static void
ByteCodeWriter.writeExceptionTable
(String linePrefix, StringBuilder sb, ConstantPool constants, AttributeCode attributeCode) protected static void
ByteCodeWriter.writeLDC
(StringBuilder sb, ConstantPool constants, Constant constant) -
Uses of ConstantPool in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile with parameters of type ConstantPoolModifier and TypeMethodDescriptionprotected Annotation[]
ClassFileDeserializer.loadAnnotations
(ClassFileReader reader, ConstantPool constants) ClassFileDeserializer.loadAttributes
(ClassFileReader reader, ConstantPool constants) protected String[]
ClassFileDeserializer.loadConstantClassNames
(ClassFileReader reader, ConstantPool constants) protected ConstantValue
ClassFileDeserializer.loadConstantValue
(ClassFileReader reader, ConstantPool constants) protected ElementValue
ClassFileDeserializer.loadElementValue
(ClassFileReader reader, ConstantPool constants) protected ElementValuePair[]
ClassFileDeserializer.loadElementValuePairs
(ClassFileReader reader, ConstantPool constants) protected ElementValue[]
ClassFileDeserializer.loadElementValues
(ClassFileReader reader, ConstantPool constants) protected String[]
ClassFileDeserializer.loadExceptionTypeNames
(ClassFileReader reader, ConstantPool constants) protected Field[]
ClassFileDeserializer.loadFields
(ClassFileReader reader, ConstantPool constants) protected InnerClass[]
ClassFileDeserializer.loadInnerClasses
(ClassFileReader reader, ConstantPool constants) protected String[]
ClassFileDeserializer.loadInterfaces
(ClassFileReader reader, ConstantPool constants) protected LocalVariable[]
ClassFileDeserializer.loadLocalVariables
(ClassFileReader reader, ConstantPool constants) protected LocalVariableType[]
ClassFileDeserializer.loadLocalVariableTypes
(ClassFileReader reader, ConstantPool constants) protected Method[]
ClassFileDeserializer.loadMethods
(ClassFileReader reader, ConstantPool constants) protected ModuleInfo[]
ClassFileDeserializer.loadModuleInfos
(ClassFileReader reader, ConstantPool constants) protected PackageInfo[]
ClassFileDeserializer.loadPackageInfos
(ClassFileReader reader, ConstantPool constants) protected Annotations[]
ClassFileDeserializer.loadParameterAnnotations
(ClassFileReader reader, ConstantPool constants) protected MethodParameter[]
ClassFileDeserializer.loadParameters
(ClassFileReader reader, ConstantPool constants) protected ServiceInfo[]
ClassFileDeserializer.loadServiceInfos
(ClassFileReader reader, ConstantPool constants)