public interface TestScriptConstants
| Modifier and Type | Field and Description |
|---|---|
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 String[] |
tokenImage |
static int |
VARNAME |
static final int EOF
static final int COMMENT
static final int LONGDESCR
static final int LETTER
static final int DIGIT
static final int STRING
static final int DECIMAL
static final int SIMPLESTR
static final int VARNAME
static final int PARAMNAME
static final int COLON
static final int SEMICOLON
static final int AT
static final int LBRACE
static final int RBRACE
static final int ONERROR
static final int ASSIGN
static final int PLUS
static final int MINUS
static final int STAR
static final int SLASH
static final int DEFAULT
static final int IN_LONG_DESCR
static final String[] tokenImage
Copyright © 2005–2019 "Tigase, Inc.". All rights reserved.