public abstract class LabelJumpStatement extends JumpStatement implements NameReference
| Constructor and Description | 
|---|
LabelJumpStatement()
Label jump statement. 
 | 
LabelJumpStatement(ExtList children)
Constructor for the transformation of COMPOST ASTs to KeY. 
 | 
LabelJumpStatement(Label label)
Label jump statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProgramElement | 
getChildAt(int index)
Returns the child at the specified index in this node's "virtual"
      child array 
 | 
int | 
getChildCount()
Returns the number of children of this node. 
 | 
Label | 
getLabel()
Get Label. 
 | 
java.lang.String | 
getName()
Get name. 
 | 
ProgramElementName | 
getProgramElementName()
Get identifier. 
 | 
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, visitprotected final Label name
public LabelJumpStatement()
public LabelJumpStatement(Label label)
label - the Label of this jump statementpublic LabelJumpStatement(ExtList children)
children - the children of this AST element as KeY classes.public final java.lang.String getName()
getName in interface NamedModelElementpublic Label getLabel()
public ProgramElementName getProgramElementName()
getProgramElementName in interface NamedProgramElementpublic int getChildCount()
getChildCount in interface NonTerminalProgramElementpublic ProgramElement getChildAt(int index)
getChildAt in interface NonTerminalProgramElementindex - an index into this node's "virtual" child arrayjava.lang.ArrayIndexOutOfBoundsException - if index is out
                 of bounds