Interface MdxParserImplConstants

  • All Known Implementing Classes:
    MdxParserImpl, MdxParserImplTokenManager

    public interface MdxParserImplConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AMP_QUOTED_ID
      RegularExpression Id.
      static int AMP_UNQUOTED_ID
      RegularExpression Id.
      static int AND
      RegularExpression Id.
      static int APPROX_NUMERIC_LITERAL
      RegularExpression Id.
      static int AS
      RegularExpression Id.
      static int ASTERISK
      RegularExpression Id.
      static int AXIS
      RegularExpression Id.
      static int BANG
      RegularExpression Id.
      static int CASE
      RegularExpression Id.
      static int CAST
      RegularExpression Id.
      static int CELL
      RegularExpression Id.
      static int CHAPTERS
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COLUMNS
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONCAT
      RegularExpression Id.
      static int DECIMAL_NUMERIC_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DIMENSION
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int DOUBLE_QUOTED_STRING
      RegularExpression Id.
      static int DRILLTHROUGH
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int EMPTY
      RegularExpression Id.
      static int END
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int EXISTING
      RegularExpression Id.
      static int EXPLAIN
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FIRSTROWSET
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int FORMAL_COMMENT
      RegularExpression Id.
      static int FROM
      RegularExpression Id.
      static int GE
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int IN
      RegularExpression Id.
      static int IN_FORMAL_COMMENT
      Lexical state.
      static int IN_MULTI_LINE_COMMENT
      Lexical state.
      static int IN_SINGLE_LINE_COMMENT
      Lexical state.
      static int IS
      RegularExpression Id.
      static int LBRACE
      RegularExpression Id.
      static int LE
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MATCHES
      RegularExpression Id.
      static int MAXROWS
      RegularExpression Id.
      static int MEMBER
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int NE
      RegularExpression Id.
      static int NON
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int ON
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PAGES
      RegularExpression Id.
      static int PLAN
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int PROPERTIES
      RegularExpression Id.
      static int QUOTED_ID
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int RETURN
      RegularExpression Id.
      static int ROWS
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SECTIONS
      RegularExpression Id.
      static int SELECT
      RegularExpression Id.
      static int SET
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int SINGLE_QUOTED_STRING
      RegularExpression Id.
      static int SOLIDUS
      RegularExpression Id.
      static int THEN
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int UNSIGNED_INTEGER_LITERAL
      RegularExpression Id.
      static int WHEN
      RegularExpression Id.
      static int WHERE
      RegularExpression Id.
      static int WHITESPACE
      RegularExpression Id.
      static int WITH
      RegularExpression Id.
      static int XOR
      RegularExpression Id.