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

Method yycharat

ch7/Yylex.java:565–567  ·  view source on GitHub ↗

Returns the character at the given position from the matched text. It is equivalent to yytext().charAt(pos), but faster. @param position the position of the character to fetch. A value from 0 to yylength()-1. @return the character at position.

(int position)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected