-
Classes Class Description org.objectweb.asm.commons.RemappingAnnotationAdapter useAnnotationRemapper
instead.org.objectweb.asm.commons.RemappingClassAdapter useClassRemapper
instead.org.objectweb.asm.commons.RemappingFieldAdapter useFieldRemapper
instead.org.objectweb.asm.commons.RemappingMethodAdapter useMethodRemapper
instead.org.objectweb.asm.commons.RemappingSignatureAdapter useSignatureRemapper
instead.
-
Fields Field Description org.objectweb.asm.util.Printer.buf usePrinter.stringBuilder
instead.org.objectweb.asm.util.Textifier.CLASS_DECLARATION this constant has never been used.org.objectweb.asm.util.Textifier.PARAMETERS_DECLARATION this constant has never been used.org.objectweb.asm.util.Textifier.TYPE_DECLARATION this constant has never been used.
-
Constructors Constructor Description org.objectweb.asm.Handle(int, String, String, String) this constructor has been superseded byHandle(int, String, String, String, boolean)
.org.objectweb.asm.tree.MethodInsnNode(int, String, String, String) useMethodInsnNode(int, String, String, String, boolean)
instead.