-
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. UseASMifierSupportinstead.org.objectweb.asm.util.Textifiable This interface is no longer supported (since ASM 7.1), because it uses a StringBuffer instead of a StringBuilder. UseTextifierSupportinstead.
-
Classes Class Description org.objectweb.asm.commons.RemappingAnnotationAdapter useAnnotationRemapperinstead.org.objectweb.asm.commons.RemappingClassAdapter useClassRemapperinstead.org.objectweb.asm.commons.RemappingFieldAdapter useFieldRemapperinstead.org.objectweb.asm.commons.RemappingMethodAdapter useMethodRemapperinstead.org.objectweb.asm.commons.RemappingSignatureAdapter useSignatureRemapperinstead.
-
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).