Uses of Class
org.benf.cfr.reader.entities.innerclass.InnerClassAttributeInfo
Packages that use InnerClassAttributeInfo
Package
Description
-
Uses of InnerClassAttributeInfo in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities with type parameters of type InnerClassAttributeInfoModifier and TypeFieldDescriptionprivate final Map<JavaTypeInstance, Pair<InnerClassAttributeInfo, ClassFile>> ClassFile.innerClassesByTypeInfoMethods in org.benf.cfr.reader.entities that return types with arguments of type InnerClassAttributeInfoModifier and TypeMethodDescriptionprivate 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 InnerClassAttributeInfoModifier and TypeFieldDescriptionprivate final List<InnerClassAttributeInfo> AttributeInnerClasses.innerClassAttributeInfoListMethods in org.benf.cfr.reader.entities.attributes that return types with arguments of type InnerClassAttributeInfo -
Uses of InnerClassAttributeInfo in org.benf.cfr.reader.mapping
Fields in org.benf.cfr.reader.mapping with type parameters of type InnerClassAttributeInfoModifier and TypeFieldDescriptionprivate Map<JavaTypeInstance, List<InnerClassAttributeInfo>> Mapping.innerInfoMethods in org.benf.cfr.reader.mapping that return types with arguments of type InnerClassAttributeInfoModifier and TypeMethodDescriptionMapping.getInnerClassInfo(JavaTypeInstance classType) NullMapping.getInnerClassInfo(JavaTypeInstance classType) private Map<JavaTypeInstance, List<InnerClassAttributeInfo>> MappingFactory.inferInnerClasses(List<ClassMapping> classMappings, Map<JavaRefTypeInstance, JavaRefTypeInstance> parents) Constructor parameters in org.benf.cfr.reader.mapping with type arguments of type InnerClassAttributeInfoModifierConstructorDescription(package private)Mapping(Options options, List<ClassMapping> classMappings, Map<JavaTypeInstance, 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 InnerClassAttributeInfoModifier and TypeMethodDescriptionObfuscationTypeMap.getInnerClassInfo(JavaTypeInstance classType)