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

Method zzScanError

ch9/Yylex.java:600–609  ·  view source on GitHub ↗

Reports an error that occurred while scanning. In a well-formed scanner (no or only correct usage of yypushback(int) and a match-all fallback rule) this method will only be called with things that "Can't Possibly Happen". If this method is called, something is seriously wrong (e.g. a

(int errorCode)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

yypushbackMethod · 0.95
yylexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected