| Constructor and Description |
|---|
AndExpr(TokenStream stream)
Constructor of the class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.util.Map<java.lang.String,java.lang.String> data)
Evaluates the expression against the given input data.
|
java.lang.String |
toString() |
private final java.util.List<Expr> children
public AndExpr(TokenStream stream) throws java.text.ParseException
stream - Input stream of tokens.java.text.ParseExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean evaluate(java.util.Map<java.lang.String,java.lang.String> data)
Expr