public abstract class Formula
extends java.lang.Object
| Constructor and Description |
|---|
Formula() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(FormulaVisitor1<T> visitor) |
Formula |
negative() |
Formula |
withSign(boolean positive) |
public abstract <T> T accept(FormulaVisitor1<T> visitor)
public Formula negative()
public Formula withSign(boolean positive)