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

Y

yybegin(int) - Method in class kernel.LexicalAnalyzer
Enters a new lexical state
yycharat(int) - Method in class kernel.LexicalAnalyzer
Returns the character at position pos from the matched text.
yyclose() - Method in class kernel.LexicalAnalyzer
Closes the input stream.
YYEOF - Static variable in class kernel.LexicalAnalyzer
This character denotes the end of file
YYINITIAL - Static variable in class kernel.LexicalAnalyzer
lexical states
yylength() - Method in class kernel.LexicalAnalyzer
Returns the length of the matched text region.
yypushback(int) - Method in class kernel.LexicalAnalyzer
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class kernel.LexicalAnalyzer
Resets the scanner to read from a new input stream.
yystate() - Method in class kernel.LexicalAnalyzer
Returns the current lexical state.
yytext() - Method in class kernel.LexicalAnalyzer
Returns the text matched by the current regular expression.

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