Constructor and Description |
---|
SubExpr(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 Expr child
public SubExpr(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