public abstract class StructuredControlFlowWriter<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
StructuredControlFlowWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
beginBlockFor(Block<T> block) |
void |
beginLoopFor(Block<T> block) |
void |
closeBlock() |
void |
end() |
abstract void |
write(T node) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.