Constructor and Description |
---|
OrExpr(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 OrExpr(TokenStream stream) throws java.text.ParseException
stream
- Input stream of tokens.java.text.ParseException
public java.lang.String toString()
toString
in class java.lang.Object
public boolean evaluate(java.util.Map<java.lang.String,java.lang.String> data)
Expr