Searched refs:buildToks (Results 1 – 2 of 2) sorted by relevance
276 ImmutableList<Tok> toks = buildToks(text); in JavaInput()333 private ImmutableList<Tok> buildToks(String text) throws FormatterException { in buildToks() method in JavaInput334 ImmutableList<Tok> toks = buildToks(text, ImmutableSet.of()); in buildToks()347 static ImmutableList<Tok> buildToks(String text, ImmutableSet<TokenKind> stopTokens) in buildToks() method in JavaInput
48 ImmutableList<Tok> toks = JavaInput.buildToks(text, CLASS_START); in reorderImports()