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

Method yylex

ch9/Yylex.java:637–985  ·  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 9

zzRefillMethod · 0.95
zzCMapMethod · 0.95
zzScanErrorMethod · 0.95
lexErrMethod · 0.45
whitespaceMethod · 0.45
newlineMethod · 0.45
scanMethod · 0.45
ordMethod · 0.45
commentMethod · 0.45

Tested by

no test coverage detected