public interface ParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
COMMENT
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
OPAQUE_STRING
RegularExpression Id.
|
static int |
QUOTED_STRING
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
WHITESPACE
RegularExpression Id.
|
static final int EOF
static final int WHITESPACE
static final int COMMENT
static final int STRING
static final int OPAQUE_STRING
static final int QUOTED_STRING
static final int DEFAULT
static final String[] tokenImage
Copyright © 2008-2013 Sonatype. All Rights Reserved.