public class MappingsFiller
extends java.lang.Object
| Constructor and Description |
|---|
MappingsFiller() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillAllSuperMembers(Mappings mappings,
ClassInfoProvider classInfoProvider)
Fill all super members of all classes in the mappings.
|
static void |
fillAllSuperMembers(Mappings mappings,
ClassInfoProvider classInfoProvider,
java.util.Set<java.lang.String> classes)
Fill all super members of all classes in the mappings.
|
static void |
fillSuperMembers(ClassInfo info,
java.util.Set<ClassInfo> superClasses,
Mappings mappings)
Copy the field and method mappings of the super classes to the given class.
|
static void |
fillSuperMembers(org.objectweb.asm.tree.ClassNode node,
java.util.Set<org.objectweb.asm.tree.ClassNode> superClasses,
Mappings mappings)
Copy the field and method mappings of the super classes to the given class.
|
public static void fillAllSuperMembers(Mappings mappings, ClassInfoProvider classInfoProvider)
mappings - The mappingsclassInfoProvider - The class info providerfillSuperMembers(ClassNode, Set, Mappings)public static void fillAllSuperMembers(Mappings mappings, ClassInfoProvider classInfoProvider, java.util.Set<java.lang.String> classes)
mappings - The mappingsclassInfoProvider - The class info providerclasses - The classes to fill the super members forfillSuperMembers(ClassNode, Set, Mappings)public static void fillSuperMembers(ClassInfo info, java.util.Set<ClassInfo> superClasses, Mappings mappings)
info - The class infosuperClasses - The super classes of the classmappings - The mappingspublic static void fillSuperMembers(org.objectweb.asm.tree.ClassNode node,
java.util.Set<org.objectweb.asm.tree.ClassNode> superClasses,
Mappings mappings)
node - The class nodesuperClasses - The super classes of the classmappings - The mappings