public interface Formula
| Modifier and Type | Method and Description |
|---|---|
BinaryRelationalExpression |
asBinaryRelationalExpression() |
PrimaryExpression |
asPrimaryExpression() |
void |
dispatch(FormulaVisitor visitor) |
void |
print(PrettyPrintWriter out) |
void print(PrettyPrintWriter out)
void dispatch(FormulaVisitor visitor)
PrimaryExpression asPrimaryExpression()
BinaryRelationalExpression asBinaryRelationalExpression()
Copyright © 2019. All rights reserved.