Uses of Class
org.benf.cfr.reader.entities.innerclass.InnerClassAttributeInfo
-
Packages that use InnerClassAttributeInfo Package Description org.benf.cfr.reader.entities org.benf.cfr.reader.entities.attributes org.benf.cfr.reader.mapping org.benf.cfr.reader.state -
-
Uses of InnerClassAttributeInfo in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities with type parameters of type InnerClassAttributeInfo Modifier and Type Field Description private java.util.Map<JavaTypeInstance,Pair<InnerClassAttributeInfo,ClassFile>>
ClassFile. innerClassesByTypeInfo
Methods in org.benf.cfr.reader.entities that return types with arguments of type InnerClassAttributeInfo Modifier and Type Method Description private java.util.List<InnerClassAttributeInfo>
ClassFile. getInnerClassAttributeInfos(DCCommonState state)
-
Uses of InnerClassAttributeInfo in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes with type parameters of type InnerClassAttributeInfo Modifier and Type Field Description private java.util.List<InnerClassAttributeInfo>
AttributeInnerClasses. innerClassAttributeInfoList
Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type InnerClassAttributeInfo Modifier and Type Method Description java.util.List<InnerClassAttributeInfo>
AttributeInnerClasses. getInnerClassAttributeInfoList()
-
Uses of InnerClassAttributeInfo in org.benf.cfr.reader.mapping
Fields in org.benf.cfr.reader.mapping with type parameters of type InnerClassAttributeInfo Modifier and Type Field Description private java.util.Map<JavaTypeInstance,java.util.List<InnerClassAttributeInfo>>
Mapping. innerInfo
Methods in org.benf.cfr.reader.mapping that return types with arguments of type InnerClassAttributeInfo Modifier and Type Method Description java.util.List<InnerClassAttributeInfo>
Mapping. getInnerClassInfo(JavaTypeInstance classType)
java.util.List<InnerClassAttributeInfo>
NullMapping. getInnerClassInfo(JavaTypeInstance classType)
private java.util.Map<JavaTypeInstance,java.util.List<InnerClassAttributeInfo>>
MappingFactory. inferInnerClasses(java.util.List<ClassMapping> classMappings, java.util.Map<JavaRefTypeInstance,JavaRefTypeInstance> parents)
Constructor parameters in org.benf.cfr.reader.mapping with type arguments of type InnerClassAttributeInfo Constructor Description Mapping(Options options, java.util.List<ClassMapping> classMappings, java.util.Map<JavaTypeInstance,java.util.List<InnerClassAttributeInfo>> innerInfo)
-
Uses of InnerClassAttributeInfo in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state that return types with arguments of type InnerClassAttributeInfo Modifier and Type Method Description java.util.List<InnerClassAttributeInfo>
ObfuscationTypeMap. getInnerClassInfo(JavaTypeInstance classType)
-