Package org.codehaus.groovy.classgen.asm
Class CompileStack.LabelRange
java.lang.Object
org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
- Enclosing class:
 - CompileStack
 
protected static class CompileStack.LabelRange extends Object
- 
Field Summary
 - 
Constructor Summary
Constructors Modifier Constructor Description protectedLabelRange() - 
Method Summary
 
- 
Field Details
- 
start
public org.objectweb.asm.Label start - 
end
public org.objectweb.asm.Label end 
 - 
 - 
Constructor Details
- 
LabelRange
protected LabelRange() 
 -