public abstract class ExpectedFormulaVisitor<R> extends DefaultFormulaVisitor<R>
DefaultFormulaVisitor, but throws UnsupportedOperationException on
unexpected formula types.| Constructor and Description |
|---|
ExpectedFormulaVisitor() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
visitDefault(Formula f)
Method for default case, is called by all methods from this class if they are not overridden.
|
visitBoundVariable, visitConstant, visitFreeVariable, visitFunction, visitQuantifierprotected final R visitDefault(Formula f)
DefaultFormulaVisitorvisitDefault in class DefaultFormulaVisitor<R>f - Formula for the currently visited node.