Package org.codehaus.groovy.classgen.asm
Class CompileStack.LabelRange
java.lang.Object
org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
- Enclosing class:
- CompileStack
Represents a label range for exception handling or other scoping.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
public org.objectweb.asm.Label startStart label of the recorded range. -
end
public org.objectweb.asm.Label endEnd label of the recorded range.
-
-
Constructor Details
-
LabelRange
protected LabelRange()
-