Interface ASPCore2ParserConstants

  • All Known Implementing Classes:
    ASPCore2Parser, ASPCore2ParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int AGGREGATE_COUNT
      RegularExpression Id.
      static int AGGREGATE_MAX
      RegularExpression Id.
      static int AGGREGATE_MIN
      RegularExpression Id.
      static int AGGREGATE_SUM
      RegularExpression Id.
      static int ANONYMOUS_VARIABLE
      RegularExpression Id.
      static int AT
      RegularExpression Id.
      static int CLINGO_SHOW
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int COMMENT
      RegularExpression Id.
      static int CONS
      RegularExpression Id.
      static int CURLY_CLOSE
      RegularExpression Id.
      static int CURLY_OPEN
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIV
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUAL
      RegularExpression Id.
      static int GREATER
      RegularExpression Id.
      static int GREATER_OR_EQ
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int LESS
      RegularExpression Id.
      static int LESS_OR_EQ
      RegularExpression Id.
      static int MAXIMIZE
      RegularExpression Id.
      static int MINIMIZE
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int NAF
      RegularExpression Id.
      static int NUMBER
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PAREN_CLOSE
      RegularExpression Id.
      static int PAREN_OPEN
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int QUERY_MARK
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int SQUARE_CLOSE
      RegularExpression Id.
      static int SQUARE_OPEN
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int TIMES
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UNEQUAL
      RegularExpression Id.
      static int VARIABLE
      RegularExpression Id.
      static int WCONS
      RegularExpression Id.