Searched refs:maybeNoType (Results 1 – 1 of 1) sorted by relevance
662 public static NoType asNoType(TypeMirror maybeNoType) { in asNoType() argument663 return maybeNoType.accept(NoTypeVisitor.INSTANCE, null); in asNoType()