public class Term
extends java.lang.Object
Term is of the form:
term = factor {("*" | "/") factor}| Modifier and Type | Class and Description |
|---|---|
static class |
Term.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Configuration config,
Scope scope) |
java.lang.String |
toString()
Returns a string representation of this
Term, useful for debugging. |
public java.lang.String toString()
Term, useful for debugging.toString in class java.lang.Objectpublic java.lang.Object evaluate(Configuration config, Scope scope) throws CarrotException
CarrotException