Searched defs:toksAfter (Results 1 – 3 of 3) sorted by relevance
26 private val toksAfter: ImmutableList<KotlinTok> constant in com.facebook.ktfmt.format.KotlinToken
162 val toksAfter = ImmutableList.builder<KotlinTok>() in buildTokens() constant
195 private final ImmutableList<Tok> toksAfter; field in JavaInput.Token204 Token(List<Tok> toksBefore, Tok tok, List<Tok> toksAfter) { in Token()510 ImmutableList.Builder<Tok> toksAfter = ImmutableList.builder(); in buildTokens() local