public interface TagsParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
ASTERISK
RegularExpression Id.
|
static int |
AUTHOR
RegularExpression Id.
|
static int |
CLOSEBRACE
RegularExpression Id.
|
static int |
CODE
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DEPRECATED
RegularExpression Id.
|
static int |
DOCROOT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXCEPTION
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
INHERITDOC
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LINK
RegularExpression Id.
|
static int |
LINKPLAIN
RegularExpression Id.
|
static int |
LITERAL
RegularExpression Id.
|
static int |
NAMECHAR
RegularExpression Id.
|
static int |
OPENBRACE
RegularExpression Id.
|
static int |
OPERATION
RegularExpression Id.
|
static int |
PARAM
RegularExpression Id.
|
static int |
PART_LETTER
RegularExpression Id.
|
static int |
RETURN
RegularExpression Id.
|
static int |
SEE
RegularExpression Id.
|
static int |
SERIAL
RegularExpression Id.
|
static int |
SERIALDATA
RegularExpression Id.
|
static int |
SERIALFIELD
RegularExpression Id.
|
static int |
SINCE
RegularExpression Id.
|
static int |
THROWS
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
VALUE
RegularExpression Id.
|
static int |
VERSION
RegularExpression Id.
|
static int |
WORD
RegularExpression Id.
|
static final int EOF
static final int LINKPLAIN
static final int LINK
static final int VALUE
static final int PARAM
static final int RETURN
static final int THROWS
static final int EXCEPTION
static final int SEE
static final int SERIALFIELD
static final int SERIALDATA
static final int SERIAL
static final int INHERITDOC
static final int DOCROOT
static final int CODE
static final int DEPRECATED
static final int AUTHOR
static final int LITERAL
static final int SINCE
static final int VERSION
static final int OPENBRACE
static final int CLOSEBRACE
static final int ASTERISK
static final int IDENTIFIER
static final int LETTER
static final int PART_LETTER
static final int NAMECHAR
static final int OPERATION
static final int WORD
static final int DEFAULT
static final String[] tokenImage
Copyright © 2015. All rights reserved.