public abstract class BranchStatement extends JavaStatement implements NonTerminalProgramElement
| Constructor and Description |
|---|
BranchStatement() |
BranchStatement(ExtList children)
Constructor for the transformation of COMPOST ASTs to KeY.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Branch |
getBranchAt(int index) |
abstract int |
getBranchCount()
Get the number of branches in this container.
|
compatibleBlockSize, computeHashCode, equals, equalsModRenaming, getArrayPos, match, matchChildrengetComments, hashCode, prettyPrint, prettyPrintMain, reuseSignaturegetEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetChildAt, getChildCountgetComments, matchequalsModRenaming, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPosition, prettyPrint, visitpublic BranchStatement()
public BranchStatement(ExtList children)
children - the children of this AST element as KeY classes.
May contain: Commentspublic abstract int getBranchCount()
public abstract Branch getBranchAt(int index)