Home
last modified time | relevance | path

Searched refs:currentTypeVariables (Results 1 – 1 of 1) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DCodeWriter.java61 private final Multiset<String> currentTypeVariables = new Multiset<>(); field in CodeWriter
196 typeVariables.forEach(typeVariable -> currentTypeVariables.add(typeVariable.name)); in emitTypeVariables()
215 typeVariables.forEach(typeVariable -> currentTypeVariables.remove(typeVariable.name)); in popTypeVariables()
377 if (currentTypeVariables.contains(topLevelSimpleName)) { in lookupName()