| Field and Description |
|---|
| bsh.org.objectweb.asm.Opcodes.ASM10_EXPERIMENTAL
This API is experimental.
|
| bsh.org.objectweb.asm.ClassReader.b
Use
ClassReader.readByte(int) and the other read methods instead. This field will
eventually be deleted. |
| Method and Description |
|---|
| bsh.org.objectweb.asm.Attribute.getLabels()
no longer used by ASM.
|
| bsh.org.objectweb.asm.ClassWriter.newHandle(int, String, String, String)
this method is superseded by
ClassWriter.newHandle(int, String, String, String,
boolean). |
| bsh.Interpreter.redirectOutputToFile(String)
redirects global JVM streams rather than any specific
interpreter's own streams. Use
Interpreter.setOutputFile(String) to
redirect a particular interpreter's output. |
| bsh.NameSpace.setTypedVariable(String, Class<?>, Object, boolean)
See #setTypedVariable(String, Class, Object, Modifiers)
|
| bsh.org.objectweb.asm.MethodVisitor.visitMethodInsn(int, String, String, String) |
| Constructor and Description |
|---|
| bsh.org.objectweb.asm.Handle(int, String, String, String)
this constructor has been superseded by
Handle(int, String, String, String,
boolean). |