Class | Description |
---|---|
org.objectweb.asm.commons.RemappingAnnotationAdapter |
use
AnnotationRemapper instead. |
org.objectweb.asm.commons.RemappingClassAdapter |
use
ClassRemapper instead. |
org.objectweb.asm.commons.RemappingFieldAdapter |
use
FieldRemapper instead. |
org.objectweb.asm.commons.RemappingMethodAdapter |
use
MethodRemapper instead. |
org.objectweb.asm.commons.RemappingSignatureAdapter |
use
SignatureRemapper instead. |
org.objectweb.asm.ConstantDynamic |
This API is experimental.
|
org.objectweb.asm.xml.ASMContentHandler |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
org.objectweb.asm.xml.Processor |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
org.objectweb.asm.xml.SAXAdapter |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
org.objectweb.asm.xml.SAXAnnotationAdapter |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
org.objectweb.asm.xml.SAXClassAdapter |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
org.objectweb.asm.xml.SAXCodeAdapter |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
org.objectweb.asm.xml.SAXFieldAdapter |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
org.objectweb.asm.xml.SAXModuleAdapter |
This class is no longer maintained, will not support new Java features, and will
eventually be deleted. Use the asm or asm.tree API instead.
|
Field | Description |
---|---|
org.objectweb.asm.Opcodes.ASM7_EXPERIMENTAL |
This API is experimental.
|
org.objectweb.asm.Opcodes.V_PREVIEW_EXPERIMENTAL |
This API is experimental.
|
org.objectweb.asm.util.Printer.buf | |
org.objectweb.asm.util.Textifier.CLASS_DECLARATION | |
org.objectweb.asm.util.Textifier.PARAMETERS_DECLARATION | |
org.objectweb.asm.util.Textifier.TYPE_DECLARATION |
Constructor | Description |
---|---|
org.objectweb.asm.Handle(int, String, String, String) |
this constructor has been superseded by
Handle(int, String, String, String,
boolean) . |
org.objectweb.asm.tree.MethodInsnNode(int, String, String, String) |