Class Parser

java.lang.Object
org.nustaq.reallive.query.Parser

public class Parser extends Object
Class for parsing and evaluating query expressions
Since:
1.0 modified + massively extended by r.moeller
Version:
7.0
Author:
Dmytro Titov
  • Field Details

  • Method Details

    • compile

      public CompiledQuery compile(String query)
    • getTokenList

      public List getTokenList()
    • parse

      protected void parse(String expression)
      Parses the math expression (complicated formula) and stores the result
      Parameters:
      expression - String input expression (math formula)
      Since:
      3.0
    • main

      public static void main(String[] args) throws Throwable
      Throws:
      Throwable
    • testArray

      protected static void testArray(Parser p, MapRecord hm)