org.codehaus.groovy.classgen.asm
Class CompileStack.BlockRecorder
java.lang.Object
org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
- Enclosing class:
- CompileStack
public static class CompileStack.BlockRecorder
- extends Object
Method Summary |
void |
closeRange(org.objectweb.asm.Label end)
|
void |
startRange(org.objectweb.asm.Label start)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
excludedStatement
public Runnable excludedStatement
ranges
public LinkedList<CompileStack.LabelRange> ranges
CompileStack.BlockRecorder
public CompileStack.BlockRecorder()
CompileStack.BlockRecorder
public CompileStack.BlockRecorder(Runnable excludedStatement)
startRange
public void startRange(org.objectweb.asm.Label start)
closeRange
public void closeRange(org.objectweb.asm.Label end)