public class ReadsOnlyFormula extends WritesOnlyFormula
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
keyword |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static ReadsOnlyFormula |
construct()
Construct "readsonly" formula.
|
java.lang.String |
getKeyword()
Get string representation of keyword.
|
accept, acceptChildren, construct, getVariablesgetPosition, getPrecedence, isLeftAssociative, isRightAssociative, setPositionaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrecedence, isLeftAssociative, isRightAssociativegetPosition, setPositionprint, printCore, toString, toStringCorepublic static ReadsOnlyFormula construct()
public java.lang.String getKeyword()
getKeyword in class WritesOnlyFormulapublic void accept(ASTVisitor visitor)
accept in interface ASTaccept in class WritesOnlyFormulavisitor - the visitor who is accepted by this node.