Utility method to split a token in 2. For now, it assumes that the token is all on a single line. (Will maybe fix that later). @param length the point at which to split the token @param type1 the desired type of the first token @param type2 the desired type of the second token @return the first toke
(Token tok, int length, TokenType type1, TokenType type2)
source not stored for this graph (policy: none)
no test coverage detected