Class MoreTypes.CastingTypeVisitor<T>

All Implemented Interfaces:
TypeVisitor<T,Void>
Direct Known Subclasses:
MoreTypes.ArrayTypeVisitor, MoreTypes.DeclaredTypeVisitor, MoreTypes.ErrorTypeVisitor, MoreTypes.ExecutableTypeVisitor, MoreTypes.IntersectionTypeVisitor, MoreTypes.NoTypeVisitor, MoreTypes.NullTypeVisitor, MoreTypes.PrimitiveTypeVisitor, MoreTypes.TypeVariableVisitor, MoreTypes.WildcardTypeVisitor
Enclosing class:
MoreTypes

private abstract static class MoreTypes.CastingTypeVisitor<T> extends SimpleTypeVisitor8<T,Void>