public abstract class JumpStatement extends JavaStatement
| Constructor and Description | 
|---|
JumpStatement()
Jump statement. 
 | 
JumpStatement(ExtList children)
Jump statement. 
 | 
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, waitgetComments, matchequalsModRenaming, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPosition, prettyPrint, visitgetChildAt, getChildCountpublic JumpStatement(ExtList children)
children - the children of this AST element as KeY classes.
 May contain: Commentspublic JumpStatement()