Searched refs:CASTING_UNCHECKED_VISITOR (Results 1 – 1 of 1) sorted by relevance
324 return CASTING_UNCHECKED_VISITOR.visit(type, null); in isCastingUnchecked()327 private static final TypeVisitor<Boolean, Void> CASTING_UNCHECKED_VISITOR = field in TypeSimplifier