public interface ParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
COMMENT |
static int |
DEFAULT |
static int |
DIGIT |
static int |
EOF |
static int |
FLOAT_LITERAL |
static int |
IDENTIFIER |
static int |
INTEGER_LITERAL |
static int |
LETTER |
static int |
STRING_LITERAL |
static String[] |
tokenImage |
static final int EOF
static final int COMMENT
static final int INTEGER_LITERAL
static final int FLOAT_LITERAL
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int STRING_LITERAL
static final int DEFAULT
static final String[] tokenImage
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.