Class IsInvalidTypeVisitor

All Implemented Interfaces:
com.google.common.base.Predicate<TypeMirror>, Predicate<TypeMirror>, TypeVisitor<Boolean,Void>

public class IsInvalidTypeVisitor extends AbstractTypeVisitor8<Boolean,Void> implements com.google.common.base.Predicate<TypeMirror>
A type visitor that returns true if the type will be invalid if we write it out.