| Constructor and Description |
|---|
BinaryTerm(Term left,
BinaryOperator operation,
Term right) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Configuration config,
Scope scope) |
java.lang.String |
toString() |
public BinaryTerm(Term left, BinaryOperator operation, Term right)
public java.lang.Object evaluate(Configuration config, Scope scope) throws CarrotException
evaluate in interface TermCarrotExceptionpublic java.lang.String toString()
toString in class java.lang.Object