Package psidev.psi.mi.jami.tab.io.parser
Interface MitabLineParserConstants
-
- All Known Implementing Classes:
AbstractInteractionEvidenceLineParser
,AbstractInteractionLineParser
,AbstractLightInteractionLineParser
,AbstractModelledInteractionLineParser
,BinaryEvidenceLineParser
,BinaryLineParser
,InteractionEvidenceLineParser
,InteractionLineParser
,MitabLineParser
,MitabLineParserTokenManager
,ModelledBinaryLineParser
,ModelledInteractionLineParser
public interface MitabLineParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE_PAREN
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COLUMN_SEPARATOR
RegularExpression Id.static int
COMMENT
RegularExpression Id.static int
DASH
RegularExpression Id.static int
DEFAULT
Lexical state.static int
EOF
End of File.static int
FIELD_SEPARATOR
RegularExpression Id.static int
LINE_SEPARATOR
RegularExpression Id.static int
OPEN_PAREN
RegularExpression Id.static int
QUOTED_STRING
RegularExpression Id.static int
RANGE_SEPARATOR
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
UNRESERVED_STRING
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
RANGE_SEPARATOR
static final int RANGE_SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
FIELD_SEPARATOR
static final int FIELD_SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
COLUMN_SEPARATOR
static final int COLUMN_SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
LINE_SEPARATOR
static final int LINE_SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_PAREN
static final int OPEN_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_PAREN
static final int CLOSE_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
DASH
static final int DASH
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_STRING
static final int QUOTED_STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
UNRESERVED_STRING
static final int UNRESERVED_STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-