Class MoreTypes.CastingTypeVisitor<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String label  
      • Fields inherited from class javax.lang.model.util.SimpleTypeVisitor6

        DEFAULT_VALUE
    • 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.SimpleTypeVisitor8

        visitIntersection
      • 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
    • Field Detail

      • label

        private final java.lang.String label
    • Constructor Detail

      • CastingTypeVisitor

        CastingTypeVisitor​(java.lang.String label)
    • Method Detail

      • defaultAction

        protected T defaultAction​(javax.lang.model.type.TypeMirror e,
                                  java.lang.Void v)
        Overrides:
        defaultAction in class javax.lang.model.util.SimpleTypeVisitor6<T,​java.lang.Void>