com.ricebridge.csvman
Interface CsvParserTokenTypes

All Known Implementing Classes:
CsvLexer, CsvParser

public interface CsvParserTokenTypes

Internal Class; handles parsing of CSV text using the ANTLR parser generator.

ANTLR is used by Ricebridge CSV Manager under the terms of the ANTLR license, which allows for commercial redistribution.


Field Summary
static int COMMENT
           
static int DQ
           
static int EC
           
static int ENDOFLINE
           
static int EOF
           
static int FIELD
           
static int MERGE_SEP
           
static int NULL_TREE_LOOKAHEAD
           
static int QUOTED_FIELD
           
static int ROOT
           
static int SEP
           
static int SINGLE_SEP
           
static int UNQUOTED_FIELD
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

public static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

ENDOFLINE

public static final int ENDOFLINE
See Also:
Constant Field Values

SEP

public static final int SEP
See Also:
Constant Field Values

FIELD

public static final int FIELD
See Also:
Constant Field Values

ROOT

public static final int ROOT
See Also:
Constant Field Values

SINGLE_SEP

public static final int SINGLE_SEP
See Also:
Constant Field Values

MERGE_SEP

public static final int MERGE_SEP
See Also:
Constant Field Values

UNQUOTED_FIELD

public static final int UNQUOTED_FIELD
See Also:
Constant Field Values

QUOTED_FIELD

public static final int QUOTED_FIELD
See Also:
Constant Field Values

DQ

public static final int DQ
See Also:
Constant Field Values

EC

public static final int EC
See Also:
Constant Field Values


Copyright © 2003-2006 Ricebridge