[Java] Class CompileStack.BlockRecorder
- org.codehaus.groovy.classgen.asm.CompileStack.BlockRecorder
public static class CompileStack.BlockRecorder
Field Summary
Constructor Summary
Methods Summary
Methods
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
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)