| 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.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.
|
| Method and Description |
|---|
| org.objectweb.asm.util.Printer.visitMethodInsn(int, String, String, String) |