Class ASTConstantHelper

java.lang.Object
com.espertech.esper.compiler.internal.parse.ASTConstantHelper

public class ASTConstantHelper extends Object
Parses constant strings and returns the constant Object.
  • Constructor Details

    • ASTConstantHelper

      public ASTConstantHelper()
  • Method Details

    • parse

      public static Object parse(org.antlr.v4.runtime.tree.ParseTree 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