Class MoreTypes.TypeVariableVisitor

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

    private static final class MoreTypes.TypeVariableVisitor
    extends MoreTypes.CastingTypeVisitor<javax.lang.model.type.TypeVariable>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static MoreTypes.TypeVariableVisitor INSTANCE  
      • Fields inherited from class javax.lang.model.util.SimpleTypeVisitor6

        DEFAULT_VALUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.lang.model.type.TypeVariable visitTypeVariable​(javax.lang.model.type.TypeVariable type, java.lang.Void ignore)  
      • 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, 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

      • TypeVariableVisitor

        TypeVariableVisitor()
    • Method Detail

      • visitTypeVariable

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