public interface AnnotationParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Lexical state.
|
static int |
DOUBLE_QUOTED_STRING
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQUALS
RegularExpression Id.
|
static int |
ERROR
RegularExpression Id.
|
static int |
KEY
RegularExpression Id.
|
static int |
SINGLE_QUOTED_STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
VALUE
RegularExpression Id.
|
static int |
VSEARCH
Lexical state.
|
static final int EOF
static final int EQUALS
static final int KEY
static final int SINGLE_QUOTED_STRING
static final int DOUBLE_QUOTED_STRING
static final int VALUE
static final int ERROR
static final int DEFAULT
static final int VSEARCH
static final String[] tokenImage
Copyright © 2014 Quattor. All Rights Reserved.