Uses of Class
org.benf.cfr.reader.mapping.ClassMapping
Packages that use ClassMapping
-
Uses of ClassMapping in org.benf.cfr.reader.mapping
Fields in org.benf.cfr.reader.mapping with type parameters of type ClassMappingModifier and TypeFieldDescriptionprivate final Map<JavaTypeInstance, ClassMapping> Mapping.erasedTypeMapMethods in org.benf.cfr.reader.mapping that return ClassMappingModifier and TypeMethodDescription(package private) ClassMappingMapping.getClassMapping(JavaTypeInstance type) private ClassMappingMappingFactory.parseClassMapping(String line) Method parameters in org.benf.cfr.reader.mapping with type arguments of type ClassMappingModifier and TypeMethodDescriptionprivate 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 ClassMappingModifierConstructorDescription(package private)Mapping(Options options, List<ClassMapping> classMappings, Map<JavaTypeInstance, List<InnerClassAttributeInfo>> innerInfo)