Package org.stianloader.remapper
package org.stianloader.remapper
-
ClassDescriptionA
HierarchyAwareMappingDelegatoris an implementation ofMappingLookupthat binds mappings of class members provided byMappingSink.remapMember(MemberRef, String)to their top level definition.Interface for obtaining the root definition of a member.AMappingLookupstores mappings which can be obtained by the specified accessor methods.AMappingSinkis an object that accepts mappings of classes or class members.A reference to a class member (which can be a field or a method).Simple in-memory remapping engine.A simple implementation ofHierarchyAwareMappingDelegatorthat uses aSimpleMappingLookupas a delegate.A simple implementation ofMappingLookupwhich can be mutated via the implementedMappingSinkinterface.An implementation ofHierarchyAwareMappingDelegator.TopLevelMemberLookupthat works based on a statically computed map ofMemberReftoSimpleTopLevelLookup.MemberRealm.A member realm is a group of class members (so either fields or methods) with the same name (but not necessarily the same descriptor or signature as it is permissible for subclasses to be more/less strict on what they return or consume) but different classes.