| Class | Description |
|---|---|
| org.objectweb.asm.ConstantDynamic |
This API is experimental.
|
| Field | Description |
|---|---|
| org.objectweb.asm.Opcodes.ASM7_EXPERIMENTAL |
This API is experimental.
|
| org.objectweb.asm.Opcodes.V_PREVIEW_EXPERIMENTAL |
This API is experimental.
|
| Method | Description |
|---|---|
| org.objectweb.asm.ClassWriter.newHandle(int, String, String, String) |
this method is superseded by
ClassWriter.newHandle(int, String, String, String,
boolean). |
| org.objectweb.asm.MethodVisitor.visitMethodInsn(int, String, String, String) | |
| org.objectweb.asm.ClassVisitor.visitNestHostExperimental(String) |
This API is experimental.
|
| org.objectweb.asm.ClassVisitor.visitNestMemberExperimental(String) |
This API is experimental.
|
| Constructor | Description |
|---|---|
| org.objectweb.asm.Handle(int, String, String, String) |
this constructor has been superseded by
Handle(int, String, String, String,
boolean). |