Uses of Class
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryClass
Packages that use ConstantPoolEntryClass
Package
Description
-
Uses of ConstantPoolEntryClass in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as ConstantPoolEntryClassMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return ConstantPoolEntryClass -
Uses of ConstantPoolEntryClass in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as ConstantPoolEntryClassModifier and TypeFieldDescriptionprivate final ConstantPoolEntryClass
ClassFile.rawSuperClass
private final ConstantPoolEntryClass
ClassFile.thisClass
Fields in org.benf.cfr.reader.entities with type parameters of type ConstantPoolEntryClassModifier and TypeFieldDescriptionprivate final List<ConstantPoolEntryClass>
ClassFile.rawInterfaces
Methods in org.benf.cfr.reader.entities that return ConstantPoolEntryClassMethods in org.benf.cfr.reader.entities with parameters of type ConstantPoolEntryClassModifier and TypeMethodDescriptionprivate ClassSignature
ClassFile.getSignature
(ConstantPool cp, ConstantPoolEntryClass rawSuperClass, List<ConstantPoolEntryClass> rawInterfaces) Method parameters in org.benf.cfr.reader.entities with type arguments of type ConstantPoolEntryClassModifier and TypeMethodDescriptionprivate ClassSignature
ClassFile.getSignature
(ConstantPool cp, ConstantPoolEntryClass rawSuperClass, List<ConstantPoolEntryClass> rawInterfaces) -
Uses of ConstantPoolEntryClass in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes with type parameters of type ConstantPoolEntryClassModifier and TypeFieldDescriptionprivate final List<ConstantPoolEntryClass>
AttributeExceptions.exceptionClassList
Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type ConstantPoolEntryClass -
Uses of ConstantPoolEntryClass in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryClassModifier and TypeMethodDescriptionConstantPool.getClassEntry
(int index) ConstantPoolEntryFieldRef.getClassEntry()
ConstantPoolEntryMethodRef.getClassEntry()
Methods in org.benf.cfr.reader.entities.constantpool with parameters of type ConstantPoolEntryClassModifier and TypeMethodDescriptionConstantPoolEntryClass.getTypeInstanceKnownInner
(ConstantPoolEntryClass inner) ConstantPoolEntryClass.getTypeInstanceKnownOuter
(ConstantPoolEntryClass outer)