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 intByteCodeParser.evalStackDepth(ConstantPool constants, byte[] code, BasicBlock bb) private voidByteCodeParser.parseGetField(DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private voidByteCodeParser.parseGetStatic(DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private voidByteCodeParser.parseInvokeDynamic(Statements statements, DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private voidByteCodeParser.parseLDC(DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, Constant constant) private voidByteCodeParser.parsePutField(Statements statements, DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) private voidByteCodeParser.parsePutStatic(Statements statements, DefaultStack<Expression> stack, ConstantPool constants, int lineNumber, int index) protected static voidByteCodeWriter.writeByteCode(String linePrefix, StringBuilder sb, ConstantPool constants, byte[] code, int fromOffset, int toOffset) protected static voidByteCodeWriter.writeByteCode(String linePrefix, StringBuilder sb, ConstantPool constants, AttributeCode attributeCode) protected static voidByteCodeWriter.writeExceptionTable(String linePrefix, StringBuilder sb, ConstantPool constants, AttributeCode attributeCode) protected static voidByteCodeWriter.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 ConstantValueClassFileDeserializer.loadConstantValue(ClassFileReader reader, ConstantPool constants) protected ElementValueClassFileDeserializer.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)