public interface VersionParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
SEPARATOR
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int INTEGER
static final int SEPARATOR
static final int IDENTIFIER
static final int DEFAULT
static final String[] tokenImage
Copyright © 2005–2014 The JOMC Project. All rights reserved.