Class and Description |
---|
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.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.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.
|
Constructor and Description |
---|
org.objectweb.asm.Handle(int, String, String, String)
this constructor has been superseded by
Handle.Handle(int, String, String, String,
boolean) . |
org.objectweb.asm.tree.MethodInsnNode(int, String, String, String) |
Copyright © 2018. All rights reserved.