A B C D E F G I K L M N O P R S T U V W

E

ELSE - Static variable in interface itec.minicompiler.ConstantsInterface
 
ELSIF - Static variable in interface itec.minicompiler.ConstantsInterface
 
EMPTY - Static variable in interface itec.minicompiler.ConstantsInterface
 
END - Static variable in interface itec.minicompiler.ConstantsInterface
 
EPSILON - Static variable in interface itec.minicompiler.ConstantsInterface
 
EQUAL - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_ARRAY - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_BECOMES - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_COLON - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_COMMA - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_DO - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_END - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_EQUAL - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_IDENT - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_IF - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_LPAREN - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_MODULE - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_OF - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_PERIOD - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_PROCEDURE - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_RBRAK - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_RECORD - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_REPEAT - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_RPAREN - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_SEMICOLON - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_THEN - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_UNTIL - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_EXP_WHILE - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_INVALID_CHARACTER - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_INV_FACTOR - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_INV_STATEMENT - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_INV_TYPE - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_NOT_EXP_DECLARATIONS - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_NOT_EXP_FACTOR - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_NOT_EXP_STATEMENT - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_NOT_EXP_TYPE - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_NOT_TERMINATED - Static variable in interface itec.minicompiler.ConstantsInterface
 
ERR_NUMBER_TOO_HIGH - Static variable in interface itec.minicompiler.ConstantsInterface
 
EXPRESSION - Static variable in interface itec.minicompiler.ConstantsInterface
 
ErrorHandler - class itec.minicompiler.ErrorHandler.
The ErrorHandler implements the actions that have to be done when an error occurs.
ErrorHandler() - Constructor for class itec.minicompiler.ErrorHandler
Initialize a newly created ErrorHandler object with a total number of 0 occured errors
error(int, int, int) - Method in class itec.minicompiler.ErrorHandler
Generate and display the error message for the error number n.
error(int) - Method in class itec.minicompiler.Parser
Call the ErrorHandler with the error number n.
errorCounter - Variable in class itec.minicompiler.ErrorHandler
The number of errors the ErrorHandler dealt with
errorhandler - Variable in class itec.minicompiler.Parser
The ErrorHandler used by the actual Parser
errorhandler - Variable in class itec.minicompiler.Scanner
The Errorhandler used by the actual Scanner
expect(int, int) - Method in class itec.minicompiler.Parser
Check wether the next Token is the one which is needed or not.
expectWeak(int) - Method in class itec.minicompiler.Parser
Check wether the next Token is the one which is needed or not.
expression() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: Expression -> SimpleExpression [("="|"#"|"<"|"<="|">"|">=") SimpleExpression]

A B C D E F G I K L M N O P R S T U V W