public final class StateThrowsException extends PostfixFormula
precedenceoperator| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
void |
accept(ASTVisitorOld visitor)
Accept visitor for a visit.
|
void |
acceptChildren(ASTVisitor visitor)
Accept visitor for a visit to the children of this node.
|
static StateThrowsException |
construct(Term arg,
Name exception)
Construct the statement that a state throws a particular exception
|
Name |
getException()
Get the name of the exception.
|
getArgument, getPrecedencegetIdentifiergetPosition, isLeftAssociative, isRightAssociative, setPositionaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisLeftAssociative, isRightAssociativegetPosition, setPositionprint, printCore, toString, toStringCorepublic static StateThrowsException construct(Term arg, Name exception)
arg - the argument denoting the state.exception - the name of the exception.public Name getException()
public void accept(ASTVisitorOld visitor)
accept in interface ASTaccept in class PostfixApplicationvisitor - the visitor who is accepted by this node.public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class PostfixFormulavisitor - the visitor who is accepted by this node.public void acceptChildren(ASTVisitor visitor)
acceptChildren in interface ASTacceptChildren in class PostfixApplicationvisitor - the visitor who is accepted by the children of this node.