OverlayRename
Renames CLASSES only — mapMethodName / mapFieldName stay at ASM's identity, which is also how KmRemap knows to leave member names alone. Correct here regardless: ScriptRemap's flat remapper maps the classes back on the way out and its tables key on mojmap names, so an already-intermediary member name passes it untouched.
Functions
Link copied to clipboard
protected open fun createRemappingSignatureAdapter(signatureVisitor: SignatureVisitor?): SignatureVisitor?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mapBasicInvokeDynamicMethodName(name: String?, descriptor: String?, bootstrapMethodHandle: Handle?, vararg bootstrapMethodArguments: Any?): String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mapInvokeDynamicMethodName(name: String?, descriptor: String?, bootstrapMethodHandle: Handle?, vararg bootstrapMethodArguments: Any?): String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mapWellKnownInvokeDynamicMethodName(name: String?, descriptor: String?, bootstrapMethodHandle: Handle?, vararg bootstrapMethodArguments: Any?): String?
Link copied to clipboard
Whether internalName is one of the names this rename moves.