com.espertech.esper.epl.parse
Class ASTConstantHelper
java.lang.Object
com.espertech.esper.epl.parse.ASTConstantHelper
public class ASTConstantHelper
- extends Object
Parses constant strings and returns the constant Object.
Method Summary |
static Object |
parse(org.antlr.runtime.tree.Tree node)
Parse the AST constant node and return Object value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASTConstantHelper
public ASTConstantHelper()
parse
public static Object parse(org.antlr.runtime.tree.Tree node)
- Parse the AST constant node and return Object value.
- Parameters:
node
- - parse node for which to parse the string value
- Returns:
- value matching AST node type