Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Build-Your-Own-Programming-Language
/ functions
Functions
766 in github.com/PacktPublishing/Build-Your-Own-Programming-Language
⨍
Functions
766
◇
Types & classes
151
Method
typeinfo
()
ch7/typeinfo.java:4
Method
typeinfo
()
ch9/typeinfo.java:4
Method
unwrap
(Object obj)
ch12/j0.java:64
Method
unwrap
(Object obj)
ch13/j0.java:83
Method
unwrap
(Object obj)
ch6/j0.java:58
Method
unwrap
(Object obj)
ch5/j0.java:57
Method
unwrap
(Object obj)
ch8/j0.java:57
Method
unwrap
(Object obj)
ch7/j0.java:58
Method
unwrap
(Object obj)
ch9/j0.java:57
Method
whitespace
()
ch12/j0.java:56
Method
whitespace
()
ch13/j0.java:75
Method
whitespace
()
ch3/j0.java:29
Method
whitespace
()
ch3/j0go.java:46
Method
whitespace
()
ch6/j0.java:50
Method
whitespace
()
ch8/j0.java:49
Method
whitespace
()
ch4/j0.java:47
Method
whitespace
()
ch4/j0go.java:46
Method
x64
(String o, Object src, Object dst)
ch13/x64.java:6
Method
x64loc
(String r)
ch13/x64loc.java:23
Method
yyatEOF
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
Method
yyatEOF
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
Method
yyatEOF
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
Method
yyatEOF
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
Method
yybegin
Enters a new lexical state. @param newState the new lexical state
ch5/Yylex.java:541
Method
yybegin
Enters a new lexical state. @param newState the new lexical state
ch7/Yylex.java:541
Method
yybegin
Enters a new lexical state. @param newState the new lexical state
ch4/Yylex.java:439
Method
yybegin
Enters a new lexical state. @param newState the new lexical state
ch9/Yylex.java:547
Method
yycharat
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
Method
yycharat
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
Method
yycharat
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
Method
yycharat
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
Method
yyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch5/Yylex.java:467
Method
yyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch7/Yylex.java:467
Method
yyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch4/Yylex.java:365
Method
yyclose
Closes the input reader. @throws java.io.IOException if the reader could not be closed.
ch9/Yylex.java:473
Method
yyerror
()
ch12/yyerror.java:19
Method
yyerror
()
ch13/yyerror.java:19
Method
yyerror
()
ch6/yyerror.java:19
Method
yyerror
()
ch8/yyerror.java:19
Method
yyerror
()
ch7/yyerror.java:19
Method
yylex
()
ch12/j0.java:32
Method
yylex
()
ch13/j0.java:51
Method
yylex
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
Method
yylex
()
ch8/j0.java:24
Method
yylex
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
Method
yylex
()
ch7/j0.java:25
Method
yylex
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
Method
yylex
()
ch4/lexer.java:9
Method
yylex
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
Method
yypushback
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
Method
yypushback
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
Method
yypushback
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
Method
yypushback
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
Method
yyreset
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
Method
yyreset
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
Method
yyreset
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
Method
yyreset
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
Method
yystate
Returns the current lexical state. @return the current lexical state.
ch5/Yylex.java:531
Method
yystate
Returns the current lexical state. @return the current lexical state.
ch7/Yylex.java:531
Method
yystate
Returns the current lexical state. @return the current lexical state.
ch4/Yylex.java:429
Method
yystate
Returns the current lexical state. @return the current lexical state.
ch9/Yylex.java:537
Method
yytext
Returns the text matched by the current regular expression. @return the matched text.
ch5/Yylex.java:551
Method
yytext
Returns the text matched by the current regular expression. @return the matched text.
ch7/Yylex.java:551
Method
yytext
Returns the text matched by the current regular expression. @return the matched text.
ch4/Yylex.java:449
Method
yytext
()
ch4/lexer.java:18
Method
yytext
Returns the text matched by the current regular expression. @return the matched text.
ch9/Yylex.java:557
← previous
701–766 of 766, ranked by callers