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