net.sourceforge.sqlunit.parsers
Interface IncludeFileParserConstants

All Known Implementing Classes:
IncludeFileParser, IncludeFileParserTokenManager

public interface IncludeFileParserConstants


Field Summary
static int CLOSE_PAREN
           
static int DEFAULT
           
static int DEFAULT_WHITESPACE
           
static int END_MULTILINE_COMMENT
           
static int END_SINGLELINE_COMMENT
           
static int EOF
           
static int EXEC_PROC_CHAR
           
static int EXEC_PROC_CLOSE_PAREN
           
static int EXEC_PROC_CONT_CHAR
           
static int EXEC_PROC_DELIMITER
           
static int EXEC_PROC_OPEN_PAREN
           
static int IN_EXEC_PROC
           
static int IN_MULTILINE_CALL
           
static int IN_MULTILINE_COMMENT
           
static int IN_OTHER_SQL
           
static int IN_SHELL_CALL
           
static int IN_SINGLELINE_COMMENT
           
static int LEADING_DELIMITER
           
static int MULTILINE_CHAR
           
static int MULTILINE_COMMENT_CHAR
           
static int MULTILINE_DELIMITER
           
static int OPEN_PAREN
           
static int OTHER_SQL_CHAR
           
static int OTHER_SQL_DELIMITER
           
static int SHELL_CALL_CHAR
           
static int SHELL_CALL_DELIMITER
           
static int SHELL_CONT_CHAR
           
static int SINGLELINE_COMMENT_CHAR
           
static int START_EXEC_PROC_CALL
           
static int START_EXEC_PROC_OTHER
           
static int START_MULTILINE
           
static int START_MULTILINE_COMMENT
           
static int START_OTHER_SQL_CHAR
           
static int START_SHELL_CALL
           
static int START_SINGLELINE_COMMENT
           
static java.lang.String[] tokenImage
           
static int TRAILING_DELIMITER
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

DEFAULT_WHITESPACE

static final int DEFAULT_WHITESPACE
See Also:
Constant Field Values

LEADING_DELIMITER

static final int LEADING_DELIMITER
See Also:
Constant Field Values

TRAILING_DELIMITER

static final int TRAILING_DELIMITER
See Also:
Constant Field Values

START_SINGLELINE_COMMENT

static final int START_SINGLELINE_COMMENT
See Also:
Constant Field Values

START_MULTILINE_COMMENT

static final int START_MULTILINE_COMMENT
See Also:
Constant Field Values

START_MULTILINE

static final int START_MULTILINE
See Also:
Constant Field Values

START_EXEC_PROC_CALL

static final int START_EXEC_PROC_CALL
See Also:
Constant Field Values

START_EXEC_PROC_OTHER

static final int START_EXEC_PROC_OTHER
See Also:
Constant Field Values

START_SHELL_CALL

static final int START_SHELL_CALL
See Also:
Constant Field Values

START_OTHER_SQL_CHAR

static final int START_OTHER_SQL_CHAR
See Also:
Constant Field Values

END_SINGLELINE_COMMENT

static final int END_SINGLELINE_COMMENT
See Also:
Constant Field Values

SINGLELINE_COMMENT_CHAR

static final int SINGLELINE_COMMENT_CHAR
See Also:
Constant Field Values

END_MULTILINE_COMMENT

static final int END_MULTILINE_COMMENT
See Also:
Constant Field Values

MULTILINE_COMMENT_CHAR

static final int MULTILINE_COMMENT_CHAR
See Also:
Constant Field Values

MULTILINE_DELIMITER

static final int MULTILINE_DELIMITER
See Also:
Constant Field Values

MULTILINE_CHAR

static final int MULTILINE_CHAR
See Also:
Constant Field Values

EXEC_PROC_CONT_CHAR

static final int EXEC_PROC_CONT_CHAR
See Also:
Constant Field Values

EXEC_PROC_OPEN_PAREN

static final int EXEC_PROC_OPEN_PAREN
See Also:
Constant Field Values

EXEC_PROC_CLOSE_PAREN

static final int EXEC_PROC_CLOSE_PAREN
See Also:
Constant Field Values

EXEC_PROC_DELIMITER

static final int EXEC_PROC_DELIMITER
See Also:
Constant Field Values

EXEC_PROC_CHAR

static final int EXEC_PROC_CHAR
See Also:
Constant Field Values

SHELL_CONT_CHAR

static final int SHELL_CONT_CHAR
See Also:
Constant Field Values

SHELL_CALL_DELIMITER

static final int SHELL_CALL_DELIMITER
See Also:
Constant Field Values

OPEN_PAREN

static final int OPEN_PAREN
See Also:
Constant Field Values

CLOSE_PAREN

static final int CLOSE_PAREN
See Also:
Constant Field Values

SHELL_CALL_CHAR

static final int SHELL_CALL_CHAR
See Also:
Constant Field Values

OTHER_SQL_DELIMITER

static final int OTHER_SQL_DELIMITER
See Also:
Constant Field Values

OTHER_SQL_CHAR

static final int OTHER_SQL_CHAR
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_SINGLELINE_COMMENT

static final int IN_SINGLELINE_COMMENT
See Also:
Constant Field Values

IN_MULTILINE_COMMENT

static final int IN_MULTILINE_COMMENT
See Also:
Constant Field Values

IN_MULTILINE_CALL

static final int IN_MULTILINE_CALL
See Also:
Constant Field Values

IN_EXEC_PROC

static final int IN_EXEC_PROC
See Also:
Constant Field Values

IN_SHELL_CALL

static final int IN_SHELL_CALL
See Also:
Constant Field Values

IN_OTHER_SQL

static final int IN_OTHER_SQL
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage