yycharat

fun yycharat(position: Int): Char

Returns the character at the given position from the matched text.

It is equivalent to yytext().charAt(pos), but faster.

Return

the character at position.

Parameters

position

the position of the character to fetch. A value from 0 to yylength()-1.