Formula.And, Formula.Equiv, Formula.Impl, Formula.Literal, Formula.Not, Formula.Or
Constructor and Description |
---|
Formula.And(Formula f1,
Formula f2)
Instantiate a new conjunction.
|
Modifier and Type | Method and Description |
---|---|
int |
accept(FormulaVisitor visitor)
Entry point for a
FormulaVisitor . |
String |
toString()
Return a string representation of the object.
|
countSubFormulas, equals, getSubFormula, hashCode
public int accept(FormulaVisitor visitor)
Formula
FormulaVisitor
.
This methods realises the accept-part of the visitor pattern.