com.croftsoft.apps.compiler.mini.parse
Interface MiniSymbols
- All Known Implementing Classes:
- JavaSourceMiniNodeCodeVisitor, MiniScanner
public interface MiniSymbols
CUP generated interface containing symbol constants.
WRITE
static final int WRITE
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
BEGIN
static final int BEGIN
- See Also:
- Constant Field Values
WHILE
static final int WHILE
- See Also:
- Constant Field Values
READ
static final int READ
- See Also:
- Constant Field Values
CALL
static final int CALL
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
NAME
static final int NAME
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
DO
static final int DO
- See Also:
- Constant Field Values
CONSTANT
static final int CONSTANT
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
TIMES
static final int TIMES
- See Also:
- Constant Field Values
MOD
static final int MOD
- See Also:
- Constant Field Values
TO
static final int TO
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
EOF
static final int EOF
- See Also:
- Constant Field Values
error
static final int error
- See Also:
- Constant Field Values
EXP
static final int EXP
- See Also:
- Constant Field Values
UMINUS
static final int UMINUS
- See Also:
- Constant Field Values
FI
static final int FI
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
PROCEDURE
static final int PROCEDURE
- See Also:
- Constant Field Values
expressionList
static final int expressionList
- See Also:
- Constant Field Values
name1
static final int name1
- See Also:
- Constant Field Values
element
static final int element
- See Also:
- Constant Field Values
declarationSequence
static final int declarationSequence
- See Also:
- Constant Field Values
statement
static final int statement
- See Also:
- Constant Field Values
statementSequence
static final int statementSequence
- See Also:
- Constant Field Values
outputStatement
static final int outputStatement
- See Also:
- Constant Field Values
term
static final int term
- See Also:
- Constant Field Values
parameterList
static final int parameterList
- See Also:
- Constant Field Values
nameList
static final int nameList
- See Also:
- Constant Field Values
indefiniteLoop
static final int indefiniteLoop
- See Also:
- Constant Field Values
program
static final int program
- See Also:
- Constant Field Values
assignmentStatement
static final int assignmentStatement
- See Also:
- Constant Field Values
strongOperator
static final int strongOperator
- See Also:
- Constant Field Values
expression
static final int expression
- See Also:
- Constant Field Values
weakOperator
static final int weakOperator
- See Also:
- Constant Field Values
conditionalStatement
static final int conditionalStatement
- See Also:
- Constant Field Values
comparison
static final int comparison
- See Also:
- Constant Field Values
declaration
static final int declaration
- See Also:
- Constant Field Values
procedureCall
static final int procedureCall
- See Also:
- Constant Field Values
$START
static final int $START
- See Also:
- Constant Field Values
definiteLoop
static final int definiteLoop
- See Also:
- Constant Field Values
inputStatement
static final int inputStatement
- See Also:
- Constant Field Values
relation
static final int relation
- See Also:
- Constant Field Values
block
static final int block
- See Also:
- Constant Field Values
CroftSoft Apps Javadoc (2008-09-28 21:15:07)