Home
last modified time | relevance | path

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

/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java600 return maybeErrorType.accept(ErrorTypeVisitor.INSTANCE, null); in asError()
603 private static final class ErrorTypeVisitor extends CastingTypeVisitor<ErrorType> { class in MoreTypes
604 private static final ErrorTypeVisitor INSTANCE = new ErrorTypeVisitor();
606 ErrorTypeVisitor() { in ErrorTypeVisitor() method in MoreTypes.ErrorTypeVisitor