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 java.lang.Object
- 
Field Summary
- 
Constructor SummaryConstructors Modifier Constructor Description protectedLabelRange()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
startpublic org.objectweb.asm.Label start
- 
endpublic org.objectweb.asm.Label end
 
- 
- 
Constructor Details- 
LabelRangeprotected LabelRange()
 
-