Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FieldMappingGenerator(classPath: ClassPath, excludedFields: MemberFilter, nameMap: NameMap, inheritedFieldSets: DisjointSet<MemberRef>, classMapping: Map<String, String>)
Link copied to clipboard
class MethodMappingGenerator(classPath: ClassPath, excludedMethods: MemberFilter, nameMap: NameMap, inheritedMethodSets: DisjointSet<MemberRef>)
Link copied to clipboard
class NameGenerator
Link copied to clipboard
class StaticClassMapping
Link copied to clipboard
Link copied to clipboard
class StaticFieldUnscrambler(classPath: ClassPath, excludedFields: MemberFilter, scrambledLibraries: Set<String>, nameMap: NameMap, inheritedFieldSets: DisjointSet<MemberRef>, staticClassMapping: StaticClassMapping)
Link copied to clipboard
class StaticMethodUnscrambler(classPath: ClassPath, excludedMethods: MemberFilter, scrambledLibraries: Set<String>, nameMap: NameMap, inheritedMethodSets: DisjointSet<MemberRef>, staticClassMapping: StaticClassMapping)
Link copied to clipboard
Link copied to clipboard