Class CompileStack.LabelRange

java.lang.Object
org.codehaus.groovy.classgen.asm.CompileStack.LabelRange
Enclosing class:
CompileStack

protected static class CompileStack.LabelRange extends Object
Represents a label range for exception handling or other scoping.
  • Field Details

    • start

      public org.objectweb.asm.Label start
      Start label of the recorded range.
    • end

      public org.objectweb.asm.Label end
      End label of the recorded range.
  • Constructor Details

    • LabelRange

      protected LabelRange()