public final class StateValue extends PostfixTerm implements Formula
operator| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static StateValue |
construct(Term arg)
Construct a reference to a state's return value.
|
int |
getPrecedence()
Get precedence value of the expression operator
(higher precedence value means higher binding power)
|
getArgument, getType, setTypeaccept, 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 StateValue construct(Term arg)
arg - the argument denoting the state.public int getPrecedence()
getPrecedence in interface ExpressiongetPrecedence in class ExpressionBasepublic void accept(ASTVisitor visitor)
accept in interface ASTaccept in class PostfixTermvisitor - the visitor who is accepted by this node.