| Interface and 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. Use
ASMifierSupport 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. Use
TextifierSupport instead. |
| Field and Description |
|---|
| org.objectweb.asm.ClassReader.b
Use
ClassReader.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.
|
| Constructor and Description |
|---|
| org.objectweb.asm.Handle(int, String, String, String)
this constructor has been superseded by
Handle.Handle(int, String, String, String,
boolean). |