MCPcopy Create free account

hub / github.com/PacktPublishing/Build-Your-Own-Programming-Language / functions

Functions766 in github.com/PacktPublishing/Build-Your-Own-Programming-Language

Methodtypeinfo
()
ch7/typeinfo.java:4
Methodtypeinfo
()
ch9/typeinfo.java:4
Methodunwrap
(Object obj)
ch12/j0.java:64
Methodunwrap
(Object obj)
ch13/j0.java:83
Methodunwrap
(Object obj)
ch6/j0.java:58
Methodunwrap
(Object obj)
ch5/j0.java:57
Methodunwrap
(Object obj)
ch8/j0.java:57
Methodunwrap
(Object obj)
ch7/j0.java:58
Methodunwrap
(Object obj)
ch9/j0.java:57
Methodwhitespace
()
ch12/j0.java:56
Methodwhitespace
()
ch13/j0.java:75
Methodwhitespace
()
ch3/j0.java:29
Methodwhitespace
()
ch3/j0go.java:46
Methodwhitespace
()
ch6/j0.java:50
Methodwhitespace
()
ch8/j0.java:49
Methodwhitespace
()
ch4/j0.java:47
Methodwhitespace
()
ch4/j0go.java:46
Methodx64
(String o, Object src, Object dst)
ch13/x64.java:6
Methodx64loc
(String r)
ch13/x64loc.java:23
MethodyyatEOF
Returns whether the scanner has reached the end of the reader it reads from. @return whether the scanner has reached EOF.
ch5/Yylex.java:521
MethodyyatEOF
Returns whether the scanner has reached the end of the reader it reads from. @return whether the scanner has reached EOF.
ch7/Yylex.java:521
MethodyyatEOF
Returns whether the scanner has reached the end of the reader it reads from. @return whether the scanner has reached EOF.
ch4/Yylex.java:419
MethodyyatEOF
Returns whether the scanner has reached the end of the reader it reads from. @return whether the scanner has reached EOF.
ch9/Yylex.java:527
Methodyybegin
Enters a new lexical state. @param newState the new lexical state
ch5/Yylex.java:541
Methodyybegin
Enters a new lexical state. @param newState the new lexical state
ch7/Yylex.java:541
Methodyybegin
Enters a new lexical state. @param newState the new lexical state
ch4/Yylex.java:439
Methodyybegin
Enters a new lexical state. @param newState the new lexical state
ch9/Yylex.java:547
Methodyycharat
Returns the character at the given position from the matched text. <p>It is equivalent to {@code yytext().charAt(pos)}, but faster. @param position
ch5/Yylex.java:565
Methodyycharat
Returns the character at the given position from the matched text. <p>It is equivalent to {@code yytext().charAt(pos)}, but faster. @param position
ch7/Yylex.java:565
Methodyycharat
Returns the character at the given position from the matched text. <p>It is equivalent to {@code yytext().charAt(pos)}, but faster. @param position
ch4/Yylex.java:463
Methodyycharat
Returns the character at the given position from the matched text. <p>It is equivalent to {@code yytext().charAt(pos)}, but faster. @param position
ch9/Yylex.java:571
Methodyyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch5/Yylex.java:467
Methodyyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch7/Yylex.java:467
Methodyyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch4/Yylex.java:365
Methodyyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch9/Yylex.java:473
Methodyyerror
()
ch12/yyerror.java:19
Methodyyerror
()
ch13/yyerror.java:19
Methodyyerror
()
ch6/yyerror.java:19
Methodyyerror
()
ch8/yyerror.java:19
Methodyyerror
()
ch7/yyerror.java:19
Methodyylex
()
ch12/j0.java:32
Methodyylex
()
ch13/j0.java:51
Methodyylex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs. @return the next token. @excep
ch5/Yylex.java:631
Methodyylex
()
ch8/j0.java:24
Methodyylex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs. @return the next token. @excep
ch7/Yylex.java:631
Methodyylex
()
ch7/j0.java:25
Methodyylex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs. @return the next token. @excep
ch4/Yylex.java:529
Methodyylex
()
ch4/lexer.java:9
Methodyylex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs. @return the next token. @excep
ch9/Yylex.java:637
Methodyypushback
Pushes the specified amount of characters back into the input stream. <p>They will be read again by then next call of the scanning method. @param nu
ch5/Yylex.java:614
Methodyypushback
Pushes the specified amount of characters back into the input stream. <p>They will be read again by then next call of the scanning method. @param nu
ch7/Yylex.java:614
Methodyypushback
Pushes the specified amount of characters back into the input stream. <p>They will be read again by then next call of the scanning method. @param nu
ch4/Yylex.java:512
Methodyypushback
Pushes the specified amount of characters back into the input stream. <p>They will be read again by then next call of the scanning method. @param nu
ch9/Yylex.java:620
Methodyyreset
Resets the scanner to read from a new input stream. <p>Does not close the old reader. <p>All internal variables are reset, the old input stream <b>c
ch5/Yylex.java:489
Methodyyreset
Resets the scanner to read from a new input stream. <p>Does not close the old reader. <p>All internal variables are reset, the old input stream <b>c
ch7/Yylex.java:489
Methodyyreset
Resets the scanner to read from a new input stream. <p>Does not close the old reader. <p>All internal variables are reset, the old input stream <b>c
ch4/Yylex.java:387
Methodyyreset
Resets the scanner to read from a new input stream. <p>Does not close the old reader. <p>All internal variables are reset, the old input stream <b>c
ch9/Yylex.java:495
Methodyystate
Returns the current lexical state. @return the current lexical state.
ch5/Yylex.java:531
Methodyystate
Returns the current lexical state. @return the current lexical state.
ch7/Yylex.java:531
Methodyystate
Returns the current lexical state. @return the current lexical state.
ch4/Yylex.java:429
Methodyystate
Returns the current lexical state. @return the current lexical state.
ch9/Yylex.java:537
Methodyytext
Returns the text matched by the current regular expression. @return the matched text.
ch5/Yylex.java:551
Methodyytext
Returns the text matched by the current regular expression. @return the matched text.
ch7/Yylex.java:551
Methodyytext
Returns the text matched by the current regular expression. @return the matched text.
ch4/Yylex.java:449
Methodyytext
()
ch4/lexer.java:18
Methodyytext
Returns the text matched by the current regular expression. @return the matched text.
ch9/Yylex.java:557
← previous701–766 of 766, ranked by callers