Interface RMKeyChainParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AND
      RegularExpression Id.
      static int ASSIGN
      RegularExpression Id.
      static int ASSIGNINCR
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIVIDE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EOL
      RegularExpression Id.
      static int EQUAL
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int GREATERTHAN
      RegularExpression Id.
      static int GREATERTHANEQUAL
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int KEY
      RegularExpression Id.
      static int LESSTHAN
      RegularExpression Id.
      static int LESSTHANEQUAL
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MOD
      RegularExpression Id.
      static int MULTIPLY
      RegularExpression Id.
      static int NOT
      RegularExpression Id.
      static int NOTEQUAL
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int WithinString
      Lexical state.