Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
H
I
L
M
N
O
P
R
S
T
U
V
Y
Y
yybegin(int)
- Method in class hSimulator.simulator.gui.
CustomToken
Enters a new lexical state
yycharat(int)
- Method in class hSimulator.simulator.gui.
CustomToken
Returns the character at position
pos
from the matched text.
yyclose()
- Method in class hSimulator.simulator.gui.
CustomToken
Closes the input stream.
YYEOF
- Static variable in class hSimulator.simulator.gui.
CustomToken
This character denotes the end of file
YYINITIAL
- Static variable in class hSimulator.simulator.gui.
CustomToken
yylength()
- Method in class hSimulator.simulator.gui.
CustomToken
Returns the length of the matched text region.
yylex()
- Method in class hSimulator.simulator.gui.
CustomToken
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yypushback(int)
- Method in class hSimulator.simulator.gui.
CustomToken
Pushes the specified amount of characters back into the input stream.
yyreset(Reader)
- Method in class hSimulator.simulator.gui.
CustomToken
Resets the scanner to read from a new input stream.
yystate()
- Method in class hSimulator.simulator.gui.
CustomToken
Returns the current lexical state.
yytext()
- Method in class hSimulator.simulator.gui.
CustomToken
Returns the text matched by the current regular expression.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
H
I
L
M
N
O
P
R
S
T
U
V
Y