Package org.codehaus.groovy.classgen.asm
Class CompileStack.BlockRecorder
java.lang.Object
org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
- Enclosing class:
 - CompileStack
 
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcloseRange(org.objectweb.asm.Label end) voidstartRange(org.objectweb.asm.Label start)  
- 
Field Details
- 
excludedStatement
 - 
ranges
 
 - 
 - 
Constructor Details
- 
BlockRecorder
public BlockRecorder() - 
BlockRecorder
 
 - 
 - 
Method Details
- 
startRange
public void startRange(org.objectweb.asm.Label start)  - 
closeRange
public void closeRange(org.objectweb.asm.Label end)  
 -