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

T

TERM - Static variable in interface itec.minicompiler.ConstantsInterface
 
THEN - Static variable in interface itec.minicompiler.ConstantsInterface
 
TIMES - Static variable in interface itec.minicompiler.ConstantsInterface
 
TYP - Static variable in interface itec.minicompiler.ConstantsInterface
 
TYPE - Static variable in interface itec.minicompiler.ConstantsInterface
 
Token - class itec.minicompiler.Token.
The Token implements a sequence of characters and/or numbers the Scanner can work with.
Token() - Constructor for class itec.minicompiler.Token
 
term() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: Term -> Factor {("*"|"DIV"|"MOD"|"&") Factor}
toString() - Method in class itec.minicompiler.IdentToken
Generate a String-representation of the IdentToken.
toString() - Method in class itec.minicompiler.NumberToken
Generate a String-representation of the NumberToken.
toString() - Method in class itec.minicompiler.SimpleToken
Generate a String-representation of the SimpleToken using the stringRep method.
type() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: Type -> (ident|ArrayType|RecordType)

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