org.coode.owlapi.obo.parser
Interface OBOParserConstants

All Known Implementing Classes:
OBOParser, OBOParserTokenManager

public interface OBOParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
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 String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

LINE_COMMENTED_OUT

static final int LINE_COMMENTED_OUT
RegularExpression Id.

See Also:
Constant Field Values

OPEN_SQUARE_BRACKET

static final int OPEN_SQUARE_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

STANZA_TYPE

static final int STANZA_TYPE
RegularExpression Id.

See Also:
Constant Field Values

CLOSE_SQUARE_BRACKET

static final int CLOSE_SQUARE_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

TAG_NAME

static final int TAG_NAME
RegularExpression Id.

See Also:
Constant Field Values

TAG_COLON

static final int TAG_COLON
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING_START

static final int QUOTED_STRING_START
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING

static final int QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING_DBL_QUOTE_TERMINATOR

static final int QUOTED_STRING_DBL_QUOTE_TERMINATOR
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING_NEW_LINE_TERMINATOR

static final int QUOTED_STRING_NEW_LINE_TERMINATOR
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

TAG_VALUE_WS

static final int TAG_VALUE_WS
RegularExpression Id.

See Also:
Constant Field Values

TAG_END

static final int TAG_END
RegularExpression Id.

See Also:
Constant Field Values

COMMENT_START

static final int COMMENT_START
RegularExpression Id.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

COMMENT_END

static final int COMMENT_END
RegularExpression Id.

See Also:
Constant Field Values

ERROR

static final int ERROR
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_STANZA_HEADER

static final int IN_STANZA_HEADER
Lexical state.

See Also:
Constant Field Values

IN_TAG_VALUE_PAIR

static final int IN_TAG_VALUE_PAIR
Lexical state.

See Also:
Constant Field Values

IN_TAG_VALUE

static final int IN_TAG_VALUE
Lexical state.

See Also:
Constant Field Values

IN_QUOTED_STRING

static final int IN_QUOTED_STRING
Lexical state.

See Also:
Constant Field Values

IN_COMMENT

static final int IN_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2012 The University of Manchester. All Rights Reserved.