org.codehaus.groovy.classgen
Class BytecodeInstruction
java.lang.Object
org.codehaus.groovy.classgen.BytecodeInstruction
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 |
void
|
visit(MethodVisitor mv)
|
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
BytecodeInstruction
BytecodeInstruction()
-
visit
public void visit(MethodVisitor mv)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.