Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ClassMappingGenerator(classPath: ClassPath, excludedClasses: ClassFilter, nameMap: NameMap)
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
Link copied to clipboard
Link copied to clipboard
class StaticField(val owner: String, val initializer: List<AbstractInsnNode>?)
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

Functions

Link copied to clipboard