Interface PythonParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AND
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DIVIDE
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUAL
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int GREATER_OR_EQUAL
      RegularExpression Id.
      static int GREATER_THAN
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int IN
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int IS
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LESS_OR_EQUAL
      RegularExpression Id.
      static int LESS_THAN
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MODULO
      RegularExpression Id.
      static int MULTIPLY
      RegularExpression Id.
      static int NA
      RegularExpression Id.
      static int NAME
      RegularExpression Id.
      static int NAN
      RegularExpression Id.
      static int NAT
      RegularExpression Id.
      static int NONE
      RegularExpression Id.
      static int NONZERO_DIGIT
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NOT_EQUAL
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int TILDE
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.