Java org.objectweb.asm.commons Remapper fields, constructors, methods, implement or subclass

Example usage for Java org.objectweb.asm.commons Remapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.objectweb.asm.commons Remapper.

The text is from its open source code.

Subclass

org.objectweb.asm.commons.Remapper has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringmapDesc(final String descriptor)
Returns the given descriptor, remapped with #map(String) .
StringmapFieldName(final String owner, final String name, final String descriptor)
Maps a field name to its new name.
StringmapMethodDesc(final String methodDescriptor)
Returns the given method descriptor, with its argument and return type descriptors remapped with #mapDesc(String) .
StringmapMethodName(final String owner, final String name, final String descriptor)
Maps a method name to its new name.
TypemapType(final Type type)
Returns the given Type , remapped with #map(String) or #mapMethodDesc(String) .
StringmapType(final String internalName)
Returns the given internal name, remapped with #map(String) .