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

S

SELECTOR - Static variable in interface itec.minicompiler.ConstantsInterface
 
SEMICOLON - Static variable in interface itec.minicompiler.ConstantsInterface
 
SIMPLEEXPRESSION - Static variable in interface itec.minicompiler.ConstantsInterface
 
SINGLE - Static variable in interface itec.minicompiler.ConstantsInterface
 
STATEMENT - Static variable in interface itec.minicompiler.ConstantsInterface
 
STATEMENTSEQUENCE - Static variable in interface itec.minicompiler.ConstantsInterface
 
Scanner - class itec.minicompiler.Scanner.
The Scanner implements the actions necessary to extract the Token out of the source code.
Scanner(String, ErrorHandler) - Constructor for class itec.minicompiler.Scanner
Initialize the Scanner with a source code sc and an ErrorHandler e.
SimpleToken - class itec.minicompiler.SimpleToken.
The SimpleToken implements a keyword or an operation found in the source code.
SimpleToken(int) - Constructor for class itec.minicompiler.SimpleToken
Initialize the SimpleToken with a kind k.
scanner - Variable in class itec.minicompiler.Parser
The Scanner used by the actual Parser
selector() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: Selector -> {("." ident)|("[" Expression "]")}
setKind(int) - Method in class itec.minicompiler.Token
Set the kind of the actual Token.
setValue(String) - Method in class itec.minicompiler.IdentToken
Set the value of the actual IdentToken.
setValue(int) - Method in class itec.minicompiler.NumberToken
Set the value of the actual NumberToken.
simpleExpression() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: SimpleExpression -> ["+"|"-"] Term {("+"|"-"|"OR") Term}
singles - Variable in class itec.minicompiler.Scanner
The set of special characters
sourceCode - Variable in class itec.minicompiler.Scanner
The source code the Scanner works on
statement() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: Statement -> [(ident(Assignment|ProcedureCall)) |IfStatement |WhileStatement |RepeatStatement]
statementSequence() - Method in class itec.minicompiler.Parser
Implements the grammar-rule: StatementSequence -> Statement {";" Statement}
stringRep() - Method in class itec.minicompiler.SimpleToken
Generate a String-representation of the kind of the actual SimpleToken.

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