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

Method yylex

ch4/Yylex.java:529–637  ·  view source on GitHub ↗

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. @exception java.io.IOException if any I/O-Error occurs.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

zzRefillMethod · 0.95
zzCMapMethod · 0.95
zzScanErrorMethod · 0.95
lexErrMethod · 0.45

Tested by

no test coverage detected