org.coode.obo.parser
Interface OBOParserConstants

All Known Implementing Classes:
OBOParser, OBOParserTokenManager

public interface OBOParserConstants


Field Summary
static int CHAR
           
static int CLOSE_SQUARE_BRACKET
           
static int DEFAULT
           
static int EOF
           
static int ERROR
           
static int IN_VALUE
           
static int OPEN_SQUARE_BRACKET
           
static int STRING
           
static java.lang.String[] tokenImage
           
static int VALUE_END
           
static int VALUE_START
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

VALUE_START

static final int VALUE_START
See Also:
Constant Field Values

VALUE_END

static final int VALUE_END
See Also:
Constant Field Values

OPEN_SQUARE_BRACKET

static final int OPEN_SQUARE_BRACKET
See Also:
Constant Field Values

CLOSE_SQUARE_BRACKET

static final int CLOSE_SQUARE_BRACKET
See Also:
Constant Field Values

CHAR

static final int CHAR
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

ERROR

static final int ERROR
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_VALUE

static final int IN_VALUE
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage