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

I

IDENT - Static variable in interface itec.minicompiler.ConstantsInterface
 
IDENTLIST - Static variable in interface itec.minicompiler.ConstantsInterface
 
IF - Static variable in interface itec.minicompiler.ConstantsInterface
 
IFSTATEMENT - Static variable in interface itec.minicompiler.ConstantsInterface
 
IdentToken - class itec.minicompiler.IdentToken.
The IdentToken implements an identifier found in the source code.
IdentToken(int, String) - Constructor for class itec.minicompiler.IdentToken
Initialize the IdentToken with a kind k and a value v.
ident() - Method in class itec.minicompiler.Scanner
Get the identifier or keyword starting with actChar
identList() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: IdentList -> ident {"," ident}
ifStatement() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: IfStatement -> "IF" Expression "THEN" StatementSequence {"ELSIF" Expression "THEN" StatementSequence} ["ELSE" StatementSequence] "END"
initDigits() - Method in class itec.minicompiler.Scanner
Initialize the set of digits.
initKeywords() - Method in class itec.minicompiler.Scanner
Initialize the set of keywords.
initLetters() - Method in class itec.minicompiler.Scanner
Initialize the set of letters.
initSingles() - Method in class itec.minicompiler.Scanner
Initialize the set of special characters.
isInFirst(int) - Method in class itec.minicompiler.Parser
Return wether the lookaheadToken is in the FIRST-Set of nonTerminal
itec.minicompiler - package itec.minicompiler
 

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