-
Fields Field Description org.objectweb.asm.ClassReader.b UseClassReader.readByte(int)
and the other read methods instead. This field will eventually be deleted.org.objectweb.asm.Opcodes.ASM10_EXPERIMENTAL This API is experimental.
-
Methods Method Description org.objectweb.asm.ClassWriter.newHandle(int, String, String, String) this method is superseded byClassWriter.newHandle(int, String, String, String, boolean)
.org.objectweb.asm.MethodVisitor.visitMethodInsn(int, String, String, String)
-
Constructors Constructor Description org.objectweb.asm.Handle(int, String, String, String) this constructor has been superseded byHandle(int, String, String, String, boolean)
.