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 ConstantPoolEntryClassClassFile.rawSuperClassprivate final ConstantPoolEntryClassClassFile.thisClassFields in org.benf.cfr.reader.entities with type parameters of type ConstantPoolEntryClassModifier and TypeFieldDescriptionprivate final List<ConstantPoolEntryClass> ClassFile.rawInterfacesMethods in org.benf.cfr.reader.entities that return ConstantPoolEntryClassMethods in org.benf.cfr.reader.entities with parameters of type ConstantPoolEntryClassModifier and TypeMethodDescriptionprivate ClassSignatureClassFile.getSignature(ConstantPool cp, ConstantPoolEntryClass rawSuperClass, List<ConstantPoolEntryClass> rawInterfaces) Method parameters in org.benf.cfr.reader.entities with type arguments of type ConstantPoolEntryClassModifier and TypeMethodDescriptionprivate ClassSignatureClassFile.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.exceptionClassListMethods 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)