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 SummaryFields Modifier and Type Field Description RunnableexcludedStatementLinkedList<CompileStack.LabelRange>ranges
 - 
Constructor SummaryConstructors Constructor Description BlockRecorder()BlockRecorder(Runnable excludedStatement)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseRange(org.objectweb.asm.Label end)voidstartRange(org.objectweb.asm.Label start)
 
- 
- 
- 
Field Detail- 
excludedStatementpublic Runnable excludedStatement 
 - 
rangespublic final LinkedList<CompileStack.LabelRange> ranges 
 
- 
 - 
Constructor Detail- 
BlockRecorderpublic BlockRecorder() 
 - 
BlockRecorderpublic BlockRecorder(Runnable excludedStatement) 
 
- 
 
-