
public interface VersionParserConstants
| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULTLexical state. | 
| static int | EOFEnd of File. | 
| static int | IDENTIFIERRegularExpression Id. | 
| static int | INTEGERRegularExpression Id. | 
| static int | SEPARATORRegularExpression Id. | 
| static String[] | tokenImageLiteral 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–2016 The JOMC Project. All rights reserved.