|
|||||||||
| Home >> All >> jp >> gr >> java_conf >> a0 >> jdh >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jp.gr.java_conf.a0.jdh.parser
Interface CommentParserConstants

- All Known Implementing Classes:
- CommentParser, CommentParserTokenManager
- public interface CommentParserConstants
| Field Summary | |
static int |
ASTERISK
|
static int |
CHAR_LITERAL
|
static int |
CHARACTER_LITERAL
|
static int |
COMMENT_END
|
static int |
COMMENT_START
|
static int |
COMMENT_TAG
|
static int |
DECIMAL_LITERAL
|
static int |
DEFAULT
|
static int |
DIGIT
|
static int |
EOF
|
static int |
EOL
|
static int |
ESCAPE_AST
|
static int |
EXPONENT
|
static int |
FLOATING_POINT_LITERAL
|
static int |
HEX_LITERAL
|
static int |
IDENTIFIER
|
static int |
INTEGER_LITERAL
|
static int |
LETTER
|
static int |
OCTAL_LITERAL
|
static int |
SPACE
|
static int |
TAB
|
static java.lang.String[] |
tokenImage
|
static int |
UNICODE_DEF
|
static int |
W_QUOTE
|
| Field Detail |
EOF
public static final int EOF
- See Also:
- Constant Field Values
COMMENT_START
public static final int COMMENT_START
- See Also:
- Constant Field Values
COMMENT_END
public static final int COMMENT_END
- See Also:
- Constant Field Values
COMMENT_TAG
public static final int COMMENT_TAG
- See Also:
- Constant Field Values
EOL
public static final int EOL
- See Also:
- Constant Field Values
TAB
public static final int TAB
- See Also:
- Constant Field Values
SPACE
public static final int SPACE
- See Also:
- Constant Field Values
ASTERISK
public static final int ASTERISK
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
public static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
public static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
CHARACTER_LITERAL
public static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
W_QUOTE
public static final int W_QUOTE
- See Also:
- Constant Field Values
UNICODE_DEF
public static final int UNICODE_DEF
- See Also:
- Constant Field Values
ESCAPE_AST
public static final int ESCAPE_AST
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
CHAR_LITERAL
public static final int CHAR_LITERAL
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
|
|||||||||
| Home >> All >> jp >> gr >> java_conf >> a0 >> jdh >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC