public interface AddressListParserConstants
Modifier and Type | Field and 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 String[] |
tokenImage
Literal token values.
|
static int |
WS
RegularExpression Id.
|
static final int EOF
static final int WS
static final int ALPHA
static final int DIGIT
static final int ATEXT
static final int DOTATOM
static final int DOMAINLITERAL
static final int COMMENT
static final int QUOTEDSTRING
static final int QUOTEDPAIR
static final int ANY
static final int DEFAULT
static final int INDOMAINLITERAL
static final int INCOMMENT
static final int NESTED_COMMENT
static final int INQUOTEDSTRING
static final String[] tokenImage
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.