Package org.codehaus.groovy.classgen
Class BytecodeInstruction
java.lang.Object
org.codehaus.groovy.classgen.BytecodeInstruction
public abstract class BytecodeInstruction
extends java.lang.Object
Helper class used by the class generator. Usually
 an inner class is produced, that contains bytecode
 creation code in the visit method.
- 
Constructor SummaryConstructors Constructor Description BytecodeInstruction()
- 
Method SummaryModifier and Type Method Description abstract voidvisit(org.objectweb.asm.MethodVisitor mv)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
BytecodeInstructionpublic BytecodeInstruction()
 
- 
- 
Method Details- 
visitpublic abstract void visit(org.objectweb.asm.MethodVisitor mv)
 
-