Class MoreTypes.CastingUncheckedVisitor

All Implemented Interfaces:
TypeVisitor<Boolean,Void>
Enclosing class:
MoreTypes

private static class MoreTypes.CastingUncheckedVisitor extends SimpleTypeVisitor8<Boolean,Void>
Visitor that tells whether a type is erased, in the sense of #castIsUnchecked. Each visitX method returns true if its input parameter is true or if the type being visited is erased.