| Constructor and Description |
|---|
UnaryTerm(UnaryOperator operation,
Term term) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Configuration config,
Scope scope) |
java.lang.String |
toString() |
public UnaryTerm(UnaryOperator operation, Term term)
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