Package 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
-
-
Field Summary
Fields Modifier and Type Field Description Runnable
excludedStatement
LinkedList<CompileStack.LabelRange>
ranges
-
Constructor Summary
Constructors Constructor Description BlockRecorder()
BlockRecorder(Runnable excludedStatement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeRange(org.objectweb.asm.Label end)
void
startRange(org.objectweb.asm.Label start)
-
-
-
Field Detail
-
excludedStatement
public Runnable excludedStatement
-
ranges
public final LinkedList<CompileStack.LabelRange> ranges
-
-
Constructor Detail
-
BlockRecorder
public BlockRecorder()
-
BlockRecorder
public BlockRecorder(Runnable excludedStatement)
-
-