public class Guard extends JavaNonTerminalProgramElement implements IGuard
| Modifier and Type | Field and Description | 
|---|---|
(package private) Expression | 
expr  | 
| Constructor and Description | 
|---|
Guard(Expression expression)  | 
Guard(ExtList children)  | 
| 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. 
 | 
Expression | 
getExpression()  | 
java.lang.String | 
toString()
toString 
 | 
void | 
visit(Visitor v)
calls the corresponding method of a visitor in order to
 perform some action/transformation on this element 
 | 
compatibleBlockSize, computeHashCode, equals, equalsModRenaming, getArrayPos, match, matchChildrengetComments, hashCode, prettyPrint, prettyPrintMain, reuseSignaturegetEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComments, matchequalsModRenaming, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPosition, prettyPrintExpression expr
public Guard(Expression expression)
public Guard(ExtList children)
public Expression getExpression()
public void visit(Visitor v)
SourceElementvisit in interface SourceElementv - the Visitorpublic int getChildCount()
NonTerminalProgramElementgetChildCount in interface NonTerminalProgramElementpublic ProgramElement getChildAt(int index)
NonTerminalProgramElementgetChildAt in interface NonTerminalProgramElementindex - an index into this node's "virtual" child arraypublic java.lang.String toString()
JavaSourceElementtoString in class JavaSourceElement