public abstract class BranchImp extends JavaNonTerminalProgramElement implements Branch
| Constructor and Description | 
|---|
BranchImp()  | 
BranchImp(ExtList children)
Constructor for the transformation of COMPOST ASTs to KeY. 
 | 
BranchImp(ExtList children,
         PositionInfo pos)  | 
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, waitgetStatementAt, getStatementCountgetChildAt, getChildCountgetComments, matchequalsModRenaming, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPosition, prettyPrint, visitpublic BranchImp(ExtList children)
children - the children of this AST element as KeY classes.    
 May contain: Commentspublic BranchImp()
public BranchImp(ExtList children, PositionInfo pos)