Package org.codehaus.groovy.classgen
Class BytecodeInstruction
java.lang.Object
org.codehaus.groovy.classgen.BytecodeInstruction
Helper class used by the class generator. Usually
 an inner class is produced, that contains bytecode
 creation code in the visit method.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BytecodeInstructionpublic BytecodeInstruction()
 
- 
- 
Method Details- 
visitpublic abstract void visit(org.objectweb.asm.MethodVisitor mv) 
 
-