Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
Z
_
Y
yybegin(int)
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Enters a new lexical state
yybegin(int)
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Enters a new lexical state
yybegin(int)
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
Enters a new lexical state
yycharat(int)
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Returns the character at position
pos
from the matched text.
yycharat(int)
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Returns the character at position
pos
from the matched text.
yycharat(int)
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
Returns the character at position
pos
from the matched text.
yyclose()
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Closes the input stream.
yyclose()
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Closes the input stream.
yyclose()
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
Closes the input stream.
YYEOF
- Static variable in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
This character denotes the end of file
YYEOF
- Static variable in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
This character denotes the end of file
YYEOF
- Static variable in class jcaas.music_parser.
MusicLexicalAnalyzer
This character denotes the end of file
YYINITIAL
- Static variable in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
YYINITIAL
- Static variable in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
YYINITIAL
- Static variable in class jcaas.music_parser.
MusicLexicalAnalyzer
lexical states
yylength()
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Returns the length of the matched text region.
yylength()
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Returns the length of the matched text region.
yylength()
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
Returns the length of the matched text region.
yypushback(int)
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Pushes the specified amount of characters back into the input stream.
yypushback(int)
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Pushes the specified amount of characters back into the input stream.
yypushback(int)
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
Pushes the specified amount of characters back into the input stream.
yyreset(Reader)
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Resets the scanner to read from a new input stream.
yyreset(Reader)
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Resets the scanner to read from a new input stream.
yyreset(Reader)
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
Resets the scanner to read from a new input stream.
yystate()
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Returns the current lexical state.
yystate()
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Returns the current lexical state.
yystate()
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
Returns the current lexical state.
yytext()
- Method in class jcaas.annotation_parser.
AnnotationLexicalAnalyzer
Returns the text matched by the current regular expression.
yytext()
- Method in class jcaas.evaluation_parser.
EvalLexicalAnalyzer
Returns the text matched by the current regular expression.
yytext()
- Method in class jcaas.music_parser.
MusicLexicalAnalyzer
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
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
Z
_