[Java] Class CompileStack.BlockRecorder
- org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
public static class CompileStack.BlockRecorder
Field Summary
Modifiers | Name | Description |
---|---|---|
Runnable | excludedStatement | |
LinkedList<LabelRange> | ranges |
Constructor Summary
Constructor and description |
---|
BlockRecorder
() |
BlockRecorder
(Runnable excludedStatement) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
closeRange(org.objectweb.asm.Label end) | |
public void |
startRange(org.objectweb.asm.Label start) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public Runnable excludedStatement
public final LinkedList<LabelRange> ranges
Constructor Detail
public BlockRecorder()
public BlockRecorder(Runnable excludedStatement)
Method Detail
public void closeRange(org.objectweb.asm.Label end)
public void startRange(org.objectweb.asm.Label start)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/classgen/asm/CompileStack.BlockRecorder.html