| Interface and Description |
|---|
| org.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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. |
| Class and Description |
|---|
| org.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
this API is experimental.
|
| org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
this API is experimental.
|
| org.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.
|
| org.eclipse.persistence.internal.libraries.asm.util.TraceRecordComponentVisitor
This is an experimental API.
|
| Constructor and Description |
|---|
| org.eclipse.persistence.internal.libraries.asm.Handle(int, String, String, String)
this constructor has been superseded by
Handle.Handle(int, String, String, String,
boolean). |
| org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode(int, int, String, String, String)
this API is experimental.
|
| org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode(int, String, String, String)
this API is experimental.
|
| org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor(int)
this API is experimental.
|
| org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor(int, RecordComponentVisitor)
this API is experimental.
|
| org.eclipse.persistence.internal.libraries.asm.util.TraceRecordComponentVisitor(Printer)
This is an experimental API.
|
| org.eclipse.persistence.internal.libraries.asm.util.TraceRecordComponentVisitor(RecordComponentVisitor, Printer)
This is an experimental API.
|