Class and 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. |
Field and Description |
---|
org.objectweb.asm.util.Printer.buf
use
Printer.stringBuilder instead. |
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(int, String, String, String,
boolean) . |
org.objectweb.asm.tree.MethodInsnNode(int, String, String, String)
use
MethodInsnNode(int, String, String, String, boolean) instead. |
Copyright © 2024. All rights reserved.