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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected