-
Interfaces Interface Description org.objectweb.asm.util.ASMifiable This interface is no longer supported (since ASM 7.1), because it uses a StringBuffer instead of a StringBuilder. UseASMifierSupport
instead.org.objectweb.asm.util.Textifiable This interface is no longer supported (since ASM 7.1), because it uses a StringBuffer instead of a StringBuilder. UseTextifierSupport
instead.
-
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.ClassReader.b UseClassReader.readByte(int)
and the other read methods instead. This field will eventually be deleted.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)
.