Package com.google.auto.common
Class MoreTypes.CastingTypeVisitor<T>
- java.lang.Object
-
- javax.lang.model.util.AbstractTypeVisitor6<R,P>
-
- javax.lang.model.util.SimpleTypeVisitor6<T,java.lang.Void>
-
- com.google.auto.common.MoreTypes.CastingTypeVisitor<T>
-
- All Implemented Interfaces:
javax.lang.model.type.TypeVisitor<T,java.lang.Void>
- Direct Known Subclasses:
MoreTypes.ArrayTypeVisitor
,MoreTypes.DeclaredTypeVisitor
,MoreTypes.ErrorTypeVisitor
,MoreTypes.ExecutableTypeVisitor
,MoreTypes.NoTypeVisitor
,MoreTypes.NullTypeVisitor
,MoreTypes.PrimitiveTypeVisitor
,MoreTypes.TypeVariableVisitor
,MoreTypes.WildcardTypeVisitor
- Enclosing class:
- MoreTypes
private abstract static class MoreTypes.CastingTypeVisitor<T> extends javax.lang.model.util.SimpleTypeVisitor6<T,java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
label
-
Constructor Summary
Constructors Constructor Description CastingTypeVisitor(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
defaultAction(javax.lang.model.type.TypeMirror e, java.lang.Void v)
-
Methods inherited from class javax.lang.model.util.SimpleTypeVisitor6
visitArray, visitDeclared, visitError, visitExecutable, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitWildcard
-
-