public final class ForallFormula extends QuantifiedFormula
precedence| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static ForallFormula |
construct(TypedIdentifier[] vars,
Formula body)
Construct a universally quantified formula.
|
java.lang.String |
getQuantifier()
Get string representation of quantifier.
|
getBodyaccept, acceptChildren, getPrecedence, getVariablesgetPosition, isLeftAssociative, isRightAssociative, setPositionaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrecedence, isLeftAssociative, isRightAssociativegetPosition, setPositionaccept, acceptChildren, print, printCore, toString, toStringCorepublic static ForallFormula construct(TypedIdentifier[] vars, Formula body)
vars - the bound variables of the formula.body - the body of the formula.public java.lang.String getQuantifier()
getQuantifier in class QuantifiedExpressionpublic void accept(ASTVisitor visitor)
accept in interface ASTaccept in class QuantifiedFormulavisitor - the visitor who is accepted by this node.