public interface TSVFileConstants
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTSQ
Lexical state.
|
static int |
CDELIM
RegularExpression Id.
|
static int |
CHAR
RegularExpression Id.
|
static int |
CHARS
RegularExpression Id.
|
static int |
DCHAR
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DQEND
RegularExpression Id.
|
static int |
DQSTART
RegularExpression Id.
|
static int |
DQUOTE
Lexical state.
|
static int |
EOF
End of File.
|
static int |
RDELIM
RegularExpression Id.
|
static int |
SCHAR
RegularExpression Id.
|
static int |
SQEND
RegularExpression Id.
|
static int |
SQSTART
RegularExpression Id.
|
static int |
SQUOTE
Lexical state.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int CDELIM
static final int RDELIM
static final int SQSTART
static final int DQSTART
static final int CHAR
static final int CHARS
static final int SQEND
static final int SCHAR
static final int DQEND
static final int DCHAR
static final int DEFAULT
static final int ACCEPTSQ
static final int SQUOTE
static final int DQUOTE
static final java.lang.String[] tokenImage
Copyright © 2008-2022 University of Manitoba.