org.simantics.databoard.parser
Interface DataParserConstants

All Known Implementing Classes:
DataParser, DataParserTokenManager

public interface DataParserConstants

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


Field Summary
static int COMMENT1
          RegularExpression Id.
static int COMMENT2
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int FLOAT
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int LONG_STRING
          RegularExpression Id.
static int POSITIVE_INTEGER
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int URI
          RegularExpression Id.
static int WHITESPACE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
RegularExpression Id.

See Also:
Constant Field Values

COMMENT1

static final int COMMENT1
RegularExpression Id.

See Also:
Constant Field Values

COMMENT2

static final int COMMENT2
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

LONG_STRING

static final int LONG_STRING
RegularExpression Id.

See Also:
Constant Field Values

IDENT

static final int IDENT
RegularExpression Id.

See Also:
Constant Field Values

POSITIVE_INTEGER

static final int POSITIVE_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
RegularExpression Id.

See Also:
Constant Field Values

FLOAT

static final int FLOAT
RegularExpression Id.

See Also:
Constant Field Values

URI

static final int URI
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

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