Class CompileStack.BlockRecorder

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

public static class CompileStack.BlockRecorder
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.Runnable excludedStatement  
    java.util.LinkedList<CompileStack.LabelRange> ranges  
  • Constructor Summary

    Constructors
    Constructor Description
    BlockRecorder()  
    BlockRecorder​(java.lang.Runnable excludedStatement)  
  • Method Summary

    Modifier and Type Method Description
    void closeRange​(org.objectweb.asm.Label end)  
    void startRange​(org.objectweb.asm.Label start)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • excludedStatement

      public java.lang.Runnable excludedStatement
    • ranges

      public final java.util.LinkedList<CompileStack.LabelRange> ranges
  • Constructor Details

    • BlockRecorder

      public BlockRecorder()
    • BlockRecorder

      public BlockRecorder​(java.lang.Runnable excludedStatement)
  • Method Details

    • startRange

      public void startRange​(org.objectweb.asm.Label start)
    • closeRange

      public void closeRange​(org.objectweb.asm.Label end)