|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.classgen.BytecodeInstruction
public abstract class BytecodeInstruction
Helper class used by the class generator. Usually an inner class is produced, that contains bytecode creation code in the visit method.
Constructor Summary | |
---|---|
BytecodeInstruction()
|
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 |
Constructor Detail |
---|
public BytecodeInstruction()
Method Detail |
---|
public abstract void visit(org.objectweb.asm.MethodVisitor mv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |