Searched refs:maybeNullType (Results 1 – 1 of 1) sorted by relevance
683 public static NullType asNullType(TypeMirror maybeNullType) { in asNullType() argument684 return maybeNullType.accept(NullTypeVisitor.INSTANCE, null); in asNullType()