Package com.google.auto.common
Class MoreTypes.IntersectionTypeVisitor
- java.lang.Object
-
- javax.lang.model.util.AbstractTypeVisitor6<R,P>
-
- javax.lang.model.util.SimpleTypeVisitor6<R,P>
-
- javax.lang.model.util.SimpleTypeVisitor7<R,P>
-
- javax.lang.model.util.SimpleTypeVisitor8<T,java.lang.Void>
-
- com.google.auto.common.MoreTypes.CastingTypeVisitor<javax.lang.model.type.IntersectionType>
-
- com.google.auto.common.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>
-
-
Field Summary
Fields Modifier and Type Field Description private static MoreTypes.IntersectionTypeVisitor
INSTANCE
-
Constructor Summary
Constructors Constructor Description IntersectionTypeVisitor()
-
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 com.google.auto.common.MoreTypes.CastingTypeVisitor
defaultAction
-
-
-
-
Field Detail
-
INSTANCE
private static final MoreTypes.IntersectionTypeVisitor INSTANCE
-
-
Method Detail
-
visitIntersection
public javax.lang.model.type.IntersectionType visitIntersection(javax.lang.model.type.IntersectionType type, java.lang.Void ignore)
- Specified by:
visitIntersection
in interfacejavax.lang.model.type.TypeVisitor<javax.lang.model.type.IntersectionType,java.lang.Void>
- Overrides:
visitIntersection
in classjavax.lang.model.util.SimpleTypeVisitor8<javax.lang.model.type.IntersectionType,java.lang.Void>
-
-