Searched refs:currentTypeVariables (Results 1 – 1 of 1) sorted by relevance
61 private final Multiset<String> currentTypeVariables = new Multiset<>(); field in CodeWriter196 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()