public class Expression
extends java.lang.Object
| Constructor and Description |
|---|
Expression(boolean not,
NotCond notCond) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Configuration config,
Scope scope) |
java.lang.String |
toString() |
public Expression(boolean not,
NotCond notCond)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object evaluate(Configuration config, Scope scope) throws CarrotException
CarrotException