Class TypeSimplifier.CastingUncheckedVisitor

All Implemented Interfaces:
TypeVisitor<Boolean,Boolean>
Enclosing class:
TypeSimplifier

private static class TypeSimplifier.CastingUncheckedVisitor extends SimpleTypeVisitor8<Boolean,Boolean>
Visitor that tells whether a type is erased, in the sense of TypeSimplifier.isCastingUnchecked(javax.lang.model.type.TypeMirror). Each visitX method returns true if its input parameter is true or if the type being visited is erased.