Uses of Class
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryClass
-
-
Uses of ConstantPoolEntryClass in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as ConstantPoolEntryClass Modifier and Type Field Description private ConstantPoolEntryClass
NewObject. type
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return ConstantPoolEntryClass Modifier and Type Method Description ConstantPoolEntryClass
NewObject. getType()
-
Uses of ConstantPoolEntryClass in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as ConstantPoolEntryClass Modifier and Type Field Description private ConstantPoolEntryClass
ClassFile. rawSuperClass
private ConstantPoolEntryClass
ClassFile. thisClass
Fields in org.benf.cfr.reader.entities with type parameters of type ConstantPoolEntryClass Modifier and Type Field Description private java.util.List<ConstantPoolEntryClass>
ClassFile. rawInterfaces
Methods in org.benf.cfr.reader.entities that return ConstantPoolEntryClass Modifier and Type Method Description ConstantPoolEntryClass
ClassFile. getThisClassConstpoolEntry()
Methods in org.benf.cfr.reader.entities with parameters of type ConstantPoolEntryClass Modifier and Type Method Description private ClassSignature
ClassFile. getSignature(ConstantPool cp, ConstantPoolEntryClass rawSuperClass, java.util.List<ConstantPoolEntryClass> rawInterfaces)
Method parameters in org.benf.cfr.reader.entities with type arguments of type ConstantPoolEntryClass Modifier and Type Method Description private ClassSignature
ClassFile. getSignature(ConstantPool cp, ConstantPoolEntryClass rawSuperClass, java.util.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 ConstantPoolEntryClass Modifier and Type Field Description private java.util.List<ConstantPoolEntryClass>
AttributeExceptions. exceptionClassList
Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type ConstantPoolEntryClass Modifier and Type Method Description java.util.List<ConstantPoolEntryClass>
AttributeExceptions. getExceptionClassList()
-
Uses of ConstantPoolEntryClass in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryClass Modifier and Type Method Description ConstantPoolEntryClass
ConstantPool. getClassEntry(int index)
ConstantPoolEntryClass
ConstantPoolEntryFieldRef. getClassEntry()
ConstantPoolEntryClass
ConstantPoolEntryMethodRef. getClassEntry()
Methods in org.benf.cfr.reader.entities.constantpool with parameters of type ConstantPoolEntryClass Modifier and Type Method Description JavaTypeInstance
ConstantPoolEntryClass. getTypeInstanceKnownInner(ConstantPoolEntryClass inner)
JavaTypeInstance
ConstantPoolEntryClass. getTypeInstanceKnownOuter(ConstantPoolEntryClass outer)
-