public static class CompileStack.BlockRecorder extends Object
| Modifier and Type | Field and Description | 
|---|---|
| Runnable | excludedStatement | 
| LinkedList<CompileStack.LabelRange> | ranges | 
| Constructor and Description | 
|---|
| BlockRecorder() | 
| BlockRecorder(Runnable excludedStatement) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | closeRange(org.objectweb.asm.Label end) | 
| void | startRange(org.objectweb.asm.Label start) | 
public Runnable excludedStatement
public final LinkedList<CompileStack.LabelRange> ranges
public BlockRecorder()
public BlockRecorder(Runnable excludedStatement)