Field and Description |
---|
scala.tools.asm.Opcodes.ASM10_EXPERIMENTAL
This API is experimental.
|
scala.tools.asm.ClassReader.b
Use
ClassReader.readByte(int) and the other read methods instead. This field will
eventually be deleted. |
Method and Description |
---|
scala.tools.asm.ClassWriter.newHandle(int, String, String, String)
this method is superseded by
ClassWriter.newHandle(int, String, String, String,
boolean) . |
scala.tools.asm.MethodVisitor.visitMethodInsn(int, String, String, String) |
scala.tools.asm.util.Printer.visitMethodInsn(int, String, String, String) |
Constructor and Description |
---|
scala.tools.asm.Handle(int, String, String, String)
this constructor has been superseded by
Handle(int, String, String, String,
boolean) . |