org.codehaus.groovy.classgen
Class BytecodeInstruction
java.lang.Object
org.codehaus.groovy.classgen.BytecodeInstruction
public abstract class BytecodeInstruction
- extends Object
Helper class used by the class generator. Usually
an inner class is produced, that contains bytecode
creation code in the visit method.
- Author:
- Jochen Theodorou
Method Summary |
abstract void |
visit(org.objectweb.asm.MethodVisitor mv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytecodeInstruction
public BytecodeInstruction()
visit
public abstract void visit(org.objectweb.asm.MethodVisitor mv)