Uses of Class
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryUTF8
Packages that use ConstantPoolEntryUTF8
Package
Description
-
Uses of ConstantPoolEntryUTF8 in org.benf.cfr.reader.bytecode.analysis.parse.literal
Methods in org.benf.cfr.reader.bytecode.analysis.parse.literal with parameters of type ConstantPoolEntryUTF8Modifier and TypeMethodDescriptionstatic TypedLiteral
TypedLiteral.getConstantPoolEntryUTF8
(ConstantPoolEntryUTF8 cpe) -
Uses of ConstantPoolEntryUTF8 in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as ConstantPoolEntryUTF8Modifier and TypeFieldDescriptionprivate final ConstantPoolEntryUTF8
AttributeSignature.signature
Methods in org.benf.cfr.reader.entities.attributes that return ConstantPoolEntryUTF8 -
Uses of ConstantPoolEntryUTF8 in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryUTF8Modifier and TypeMethodDescriptionConstantPoolEntryMethodType.getDescriptor()
ConstantPoolEntryNameAndType.getDescriptor()
ConstantPoolEntryModuleInfo.getName()
ConstantPoolEntryNameAndType.getName()
ConstantPoolEntryPackageInfo.getName()
ConstantPool.getUTF8Entry
(int index) Methods in org.benf.cfr.reader.entities.constantpool with parameters of type ConstantPoolEntryUTF8Modifier and TypeMethodDescriptionstatic ClassSignature
ConstantPoolUtils.parseClassSignature
(ConstantPoolEntryUTF8 signature, ConstantPool cp) static MethodPrototype
ConstantPoolUtils.parseJavaMethodPrototype
(DCCommonState state, ClassFile classFile, JavaTypeInstance classType, String name, boolean instanceMethod, Method.MethodConstructor constructorFlag, ConstantPoolEntryUTF8 prototype, ConstantPool cp, boolean varargs, boolean synthetic, VariableNamer variableNamer, String originalDescriptor) (package private) static StackDelta
ConstantPoolUtils.parseMethodPrototype
(boolean member, ConstantPoolEntryUTF8 prototype, ConstantPool cp)