Uses of Interface
org.stianloader.remapper.MappingLookup
-
Uses of MappingLookup in org.stianloader.remapper
Classes in org.stianloader.remapper with type parameters of type MappingLookupModifier and TypeClassDescriptionclassHierarchyAwareMappingDelegator<T extends MappingLookup & MappingSink>AHierarchyAwareMappingDelegatoris an implementation ofMappingLookupthat binds mappings of class members provided byMappingSink.remapMember(MemberRef, String)to their top level definition.Classes in org.stianloader.remapper that implement MappingLookupModifier and TypeClassDescriptionclassHierarchyAwareMappingDelegator<T extends MappingLookup & MappingSink>AHierarchyAwareMappingDelegatoris an implementation ofMappingLookupthat binds mappings of class members provided byMappingSink.remapMember(MemberRef, String)to their top level definition.classA simple implementation ofHierarchyAwareMappingDelegatorthat uses aSimpleMappingLookupas a delegate.classA simple implementation ofMappingLookupwhich can be mutated via the implementedMappingSinkinterface.Methods in org.stianloader.remapper that return MappingLookupModifier and TypeMethodDescriptionfinal @NotNull MappingLookupRemapper.getLookup()Obtain theMappingLookupinstance from which thisRemappersources all source to destination namespace name mappings.Methods in org.stianloader.remapper with parameters of type MappingLookupModifier and TypeMethodDescriptionstatic @NotNull StringRemapper.getRemappedFieldDescriptor(@NotNull MappingLookup lookup, @NotNull String fieldDesc, @NotNull StringBuilder sharedBuilder) Remaps a field descriptor.static @NotNull StringRemapper.getRemappedMethodDescriptor(@NotNull MappingLookup lookup, @NotNull String methodDesc, @NotNull StringBuilder sharedBuilder) Remaps a method descriptor.static @NotNull StringRemapper.remapInternalName(@NotNull MappingLookup lookup, @NotNull String internalName, @NotNull StringBuilder sharedStringBuilder) Remap an internal name or arrayString, meaning that this method accepts the same kind of strings asType.getObjectType(String).static booleanRemapper.remapSignature(@NotNull MappingLookup lookup, @NotNull String signature, int start, int end, @NotNull StringBuilder signatureOut) Remap a generic signature string, as used for example inMethodNode.signature,FieldNode.signatureorClassNode.signature.static booleanRemapper.remapSignature(@NotNull MappingLookup lookup, @NotNull String signature, @NotNull StringBuilder out) Remap a generic signature string, as used for example inMethodNode.signature,FieldNode.signatureorClassNode.signature.Constructors in org.stianloader.remapper with parameters of type MappingLookup