public class StructuredControlFlow<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
indexOf(JumpArrow<T> arrow) |
int |
indexOf(T aValue) |
void |
printDebug(PrintWriter pw) |
void |
writeStructuredControlFlow(StructuredControlFlowWriter<T> writer) |
void |
writeStructuredControlFlow(StructuredControlFlowWriter<T> writer,
List<T> nodes) |
public int indexOf(T aValue)
public void printDebug(PrintWriter pw)
public void writeStructuredControlFlow(StructuredControlFlowWriter<T> writer)
public void writeStructuredControlFlow(StructuredControlFlowWriter<T> writer, List<T> nodes)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.