public final class StateBreaks extends PostfixFormula
precedenceoperator| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static StateBreaks |
construct(Term arg)
Construct the statement that a state is "breaking".
|
getArgument, getPrecedenceaccept, acceptChildren, getIdentifiergetPosition, isLeftAssociative, isRightAssociative, setPositionaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisLeftAssociative, isRightAssociativegetPosition, setPositionaccept, acceptChildren, print, printCore, toString, toStringCorepublic static StateBreaks construct(Term arg)
arg - the argument denoting the state.public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class PostfixFormulavisitor - the visitor who is accepted by this node.