Package tigase.test.parser
Interface TestScriptConstants
-
- All Known Implementing Classes:
TestScript,TestScriptTokenManager
public interface TestScriptConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intASSIGNstatic intATstatic intCOLONstatic intCOMMENTstatic intDECIMALstatic intDEFAULTstatic intDIGITstatic intEOFstatic intIN_LONG_DESCRstatic intLBRACEstatic intLETTERstatic intLONGDESCRstatic intMINUSstatic intONERRORstatic intPARAMNAMEstatic intPLUSstatic intRBRACEstatic intSEMICOLONstatic intSIMPLESTRstatic intSLASHstatic intSTARstatic intSTRINGstatic String[]tokenImagestatic intVARNAME
-
-
-
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 String[] tokenImage
-
-