Class MoreTypes.IntersectionTypeVisitor

  • All Implemented Interfaces:
    javax.lang.model.type.TypeVisitor<javax.lang.model.type.IntersectionType,​java.lang.Void>
    Enclosing class:
    MoreTypes

    private static final class MoreTypes.IntersectionTypeVisitor
    extends MoreTypes.CastingTypeVisitor<javax.lang.model.type.IntersectionType>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.lang.model.type.IntersectionType visitIntersection​(javax.lang.model.type.IntersectionType type, java.lang.Void ignore)  
      • Methods inherited from class javax.lang.model.util.SimpleTypeVisitor7

        visitUnion
      • Methods inherited from class javax.lang.model.util.SimpleTypeVisitor6

        visitArray, visitDeclared, visitError, visitExecutable, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitWildcard
      • Methods inherited from class javax.lang.model.util.AbstractTypeVisitor6

        visit, visit, visitUnknown
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntersectionTypeVisitor

        IntersectionTypeVisitor()
    • Method Detail

      • visitIntersection

        public javax.lang.model.type.IntersectionType visitIntersection​(javax.lang.model.type.IntersectionType type,
                                                                        java.lang.Void ignore)
        Specified by:
        visitIntersection in interface javax.lang.model.type.TypeVisitor<javax.lang.model.type.IntersectionType,​java.lang.Void>
        Overrides:
        visitIntersection in class javax.lang.model.util.SimpleTypeVisitor8<javax.lang.model.type.IntersectionType,​java.lang.Void>