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 CHAR
          RegularExpression Id.
static int CLOSE_SQUARE_BRACKET
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int ERROR
          RegularExpression Id.
static int IN_VALUE
          Lexical state.
static int OPEN_SQUARE_BRACKET
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int VALUE_END
          RegularExpression Id.
static int VALUE_START
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

VALUE_START

static final int VALUE_START
RegularExpression Id.

See Also:
Constant Field Values

VALUE_END

static final int VALUE_END
RegularExpression Id.

See Also:
Constant Field Values

OPEN_SQUARE_BRACKET

static final int OPEN_SQUARE_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

CLOSE_SQUARE_BRACKET

static final int CLOSE_SQUARE_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
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_VALUE

static final int IN_VALUE
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.