MCPcopy Create free account
hub / github.com/PacktPublishing/Build-Your-Own-Programming-Language / yypushback

Method yypushback

ch9/Yylex.java:620–625  ·  view source on GitHub ↗

Pushes the specified amount of characters back into the input stream. They will be read again by then next call of the scanning method. @param number the number of characters to be read again. This number must not be greater than #yylength().

(int number)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

yylengthMethod · 0.95
zzScanErrorMethod · 0.95

Tested by

no test coverage detected