Uses of Class
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryUTF8
-
Packages that use ConstantPoolEntryUTF8 Package Description org.benf.cfr.reader.bytecode.analysis.parse.literal org.benf.cfr.reader.entities.attributes org.benf.cfr.reader.entities.constantpool -
-
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 ConstantPoolEntryUTF8 Modifier and Type Method Description static TypedLiteralTypedLiteral. getConstantPoolEntryUTF8(ConstantPoolEntryUTF8 cpe) -
Uses of ConstantPoolEntryUTF8 in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as ConstantPoolEntryUTF8 Modifier and Type Field Description private ConstantPoolEntryUTF8AttributeSignature. signatureMethods in org.benf.cfr.reader.entities.attributes that return ConstantPoolEntryUTF8 Modifier and Type Method Description ConstantPoolEntryUTF8AttributeSignature. getSignature() -
Uses of ConstantPoolEntryUTF8 in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryUTF8 Modifier and Type Method Description ConstantPoolEntryUTF8ConstantPoolEntryMethodType. getDescriptor()ConstantPoolEntryUTF8ConstantPoolEntryNameAndType. getDescriptor()ConstantPoolEntryUTF8ConstantPoolEntryModuleInfo. getName()ConstantPoolEntryUTF8ConstantPoolEntryNameAndType. getName()ConstantPoolEntryUTF8ConstantPoolEntryPackageInfo. getName()ConstantPoolEntryUTF8ConstantPool. getUTF8Entry(int index)Methods in org.benf.cfr.reader.entities.constantpool with parameters of type ConstantPoolEntryUTF8 Modifier and Type Method Description static ClassSignatureConstantPoolUtils. parseClassSignature(ConstantPoolEntryUTF8 signature, ConstantPool cp)static MethodPrototypeConstantPoolUtils. parseJavaMethodPrototype(DCCommonState state, ClassFile classFile, JavaTypeInstance classType, java.lang.String name, boolean instanceMethod, Method.MethodConstructor constructorFlag, ConstantPoolEntryUTF8 prototype, ConstantPool cp, boolean varargs, boolean synthetic, VariableNamer variableNamer, java.lang.String originalDescriptor)(package private) static StackDeltaConstantPoolUtils. parseMethodPrototype(boolean member, ConstantPoolEntryUTF8 prototype, ConstantPool cp)
-