Class TypesImpl.NoTypeImpl

  • All Implemented Interfaces:
    javax.lang.model.AnnotatedConstruct, javax.lang.model.type.NoType, javax.lang.model.type.TypeMirror
    Enclosing class:
    TypesImpl

    public static class TypesImpl.NoTypeImpl
    extends java.lang.Object
    implements javax.lang.model.type.NoType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.lang.model.type.TypeKind typeKind  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoTypeImpl​(javax.lang.model.type.TypeKind typeKind)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R,​P>
      R
      accept​(javax.lang.model.type.TypeVisitor<R,​P> v, P p)  
      <A extends java.lang.annotation.Annotation>
      A
      getAnnotation​(java.lang.Class<A> annotationType)  
      java.util.List<? extends javax.lang.model.element.AnnotationMirror> getAnnotationMirrors()  
      <A extends java.lang.annotation.Annotation>
      A[]
      getAnnotationsByType​(java.lang.Class<A> annotationType)  
      javax.lang.model.type.TypeKind getKind()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.lang.model.type.TypeMirror

        equals, hashCode, toString
    • Field Detail

      • typeKind

        private javax.lang.model.type.TypeKind typeKind
    • Constructor Detail

      • NoTypeImpl

        private NoTypeImpl​(javax.lang.model.type.TypeKind typeKind)
    • Method Detail

      • getKind

        public javax.lang.model.type.TypeKind getKind()
        Specified by:
        getKind in interface javax.lang.model.type.TypeMirror
      • accept

        public <R,​P> R accept​(javax.lang.model.type.TypeVisitor<R,​P> v,
                                    P p)
        Specified by:
        accept in interface javax.lang.model.type.TypeMirror
      • getAnnotationMirrors

        public java.util.List<? extends javax.lang.model.element.AnnotationMirror> getAnnotationMirrors()
        Specified by:
        getAnnotationMirrors in interface javax.lang.model.AnnotatedConstruct
      • getAnnotation

        public <A extends java.lang.annotation.Annotation> A getAnnotation​(java.lang.Class<A> annotationType)
        Specified by:
        getAnnotation in interface javax.lang.model.AnnotatedConstruct
      • getAnnotationsByType

        public <A extends java.lang.annotation.Annotation> A[] getAnnotationsByType​(java.lang.Class<A> annotationType)
        Specified by:
        getAnnotationsByType in interface javax.lang.model.AnnotatedConstruct