Searched refs:maybeErrorType (Results 1 – 1 of 1) sorted by relevance
599 public static ErrorType asError(TypeMirror maybeErrorType) { in asError() argument600 return maybeErrorType.accept(ErrorTypeVisitor.INSTANCE, null); in asError()