public interface OBOParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
CLOSE_SQUARE_BRACKET
RegularExpression Id.
|
static int |
COMMENT
RegularExpression Id.
|
static int |
COMMENT_END
RegularExpression Id.
|
static int |
COMMENT_START
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
ERROR
RegularExpression Id.
|
static int |
IN_COMMENT
Lexical state.
|
static int |
IN_QUOTED_STRING
Lexical state.
|
static int |
IN_STANZA_HEADER
Lexical state.
|
static int |
IN_TAG_VALUE
Lexical state.
|
static int |
IN_TAG_VALUE_PAIR
Lexical state.
|
static int |
LINE_COMMENTED_OUT
RegularExpression Id.
|
static int |
OPEN_SQUARE_BRACKET
RegularExpression Id.
|
static int |
QUOTED_STRING
RegularExpression Id.
|
static int |
QUOTED_STRING_DBL_QUOTE_TERMINATOR
RegularExpression Id.
|
static int |
QUOTED_STRING_NEW_LINE_TERMINATOR
RegularExpression Id.
|
static int |
QUOTED_STRING_START
RegularExpression Id.
|
static int |
STANZA_TYPE
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
TAG_COLON
RegularExpression Id.
|
static int |
TAG_END
RegularExpression Id.
|
static int |
TAG_NAME
RegularExpression Id.
|
static int |
TAG_VALUE_WS
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int LINE_COMMENTED_OUT
static final int OPEN_SQUARE_BRACKET
static final int STANZA_TYPE
static final int CLOSE_SQUARE_BRACKET
static final int TAG_NAME
static final int TAG_COLON
static final int QUOTED_STRING_START
static final int QUOTED_STRING
static final int QUOTED_STRING_DBL_QUOTE_TERMINATOR
static final int QUOTED_STRING_NEW_LINE_TERMINATOR
static final int STRING
static final int TAG_VALUE_WS
static final int TAG_END
static final int COMMENT_START
static final int COMMENT
static final int COMMENT_END
static final int ERROR
static final int DEFAULT
static final int IN_STANZA_HEADER
static final int IN_TAG_VALUE_PAIR
static final int IN_TAG_VALUE
static final int IN_QUOTED_STRING
static final int IN_COMMENT
static final java.lang.String[] tokenImage