Interface AddressListParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALPHA
      RegularExpression Id.
      static int ANY
      RegularExpression Id.
      static int ATEXT
      RegularExpression Id.
      static int COMMENT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DOMAINLITERAL
      RegularExpression Id.
      static int DOTATOM
      RegularExpression Id.
      static int EOF
      End of File.
      static int INCOMMENT
      Lexical state.
      static int INDOMAINLITERAL
      Lexical state.
      static int INQUOTEDSTRING
      Lexical state.
      static int NESTED_COMMENT
      Lexical state.
      static int QUOTEDPAIR
      RegularExpression Id.
      static int QUOTEDSTRING
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int WS
      RegularExpression Id.