We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IToken assumes that the type of it's source (T) matches the type of it's value; this is not the case.
You could easily imagine a scenario here: Parser parses InputStreams, gives StringBuilder buffer to Tokens who return char[] to callers.
IToken assumes that the type of it's source (T) matches the type of it's value; this is not the case.
You could easily imagine a scenario here:
Parser parses InputStreams, gives StringBuilder buffer to Tokens who return char[] to callers.