public abstract class ControlNode extends AbstractNode
| Constructor and Description |
|---|
ControlNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NodeVisitor n)
Accepts the given visitor
|
String |
getPrintName() |
addPredecessor, addSucessor, getPredecessors, getSuccessors, removePredecessor, removeSuccessorpublic void accept(NodeVisitor n)
Nodepublic String getPrintName()
Copyright © 2008-2013 Mathias Schwarz.