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