public abstract class BytecodeInstruction
extends Object
| Type Params | Return Type | Name and description |
|---|---|---|
|
public abstract void |
visit(org.objectweb.asm.MethodVisitor mv)Emits bytecode instructions using the provided method visitor. |