Class ASTConstantHelper
java.lang.Object
com.espertech.esper.compiler.internal.parse.ASTConstantHelper
Parses constant strings and returns the constant Object.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ASTConstantHelper
public ASTConstantHelper()
-
-
Method Details
-
parse
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
-