tigase.test.parser
Interface TestScriptConstants

All Known Implementing Classes:
TestScript, TestScriptTokenManager

public interface TestScriptConstants


Field Summary
static int ASSIGN
           
static int AT
           
static int COLON
           
static int COMMENT
           
static int DECIMAL
           
static int DEFAULT
           
static int DIGIT
           
static int EOF
           
static int IN_LONG_DESCR
           
static int LBRACE
           
static int LETTER
           
static int LONGDESCR
           
static int MINUS
           
static int ONERROR
           
static int PARAMNAME
           
static int PLUS
           
static int RBRACE
           
static int SEMICOLON
           
static int SIMPLESTR
           
static int SLASH
           
static int STAR
           
static int STRING
           
static java.lang.String[] tokenImage
           
static int VARNAME
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

COMMENT

static final int COMMENT
See Also:
Constant Field Values

LONGDESCR

static final int LONGDESCR
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

DECIMAL

static final int DECIMAL
See Also:
Constant Field Values

SIMPLESTR

static final int SIMPLESTR
See Also:
Constant Field Values

VARNAME

static final int VARNAME
See Also:
Constant Field Values

PARAMNAME

static final int PARAMNAME
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

AT

static final int AT
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

ONERROR

static final int ONERROR
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

SLASH

static final int SLASH
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_LONG_DESCR

static final int IN_LONG_DESCR
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage


Copyright © 2005-2007 Tigase. All Rights Reserved.