public class NoTypeImpl
extends java.lang.Object
implements javax.lang.model.type.NoType, javax.lang.model.type.NullType
NoType| Modifier and Type | Field and Description |
|---|---|
static javax.lang.model.type.NoType |
NO_TYPE_NONE |
static javax.lang.model.type.NoType |
NO_TYPE_PACKAGE |
static javax.lang.model.type.NoType |
NO_TYPE_VOID |
static javax.lang.model.type.NullType |
NULL_TYPE |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
<A extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<A> annotationType) |
java.util.List<? extends javax.lang.model.element.AnnotationMirror> |
getAnnotationMirrors() |
<A extends java.lang.annotation.Annotation> |
getAnnotationsByType(java.lang.Class<A> annotationType) |
javax.lang.model.type.TypeKind |
getKind() |
java.lang.String |
toString() |
public static final javax.lang.model.type.NoType NO_TYPE_NONE
public static final javax.lang.model.type.NoType NO_TYPE_VOID
public static final javax.lang.model.type.NoType NO_TYPE_PACKAGE
public static final javax.lang.model.type.NullType NULL_TYPE
public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirrorpublic javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorpublic java.lang.String toString()
toString in interface javax.lang.model.type.TypeMirrortoString in class java.lang.Objectpublic java.util.List<? extends javax.lang.model.element.AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface javax.lang.model.AnnotatedConstructpublic <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationType)
getAnnotation in interface javax.lang.model.AnnotatedConstructpublic <A extends java.lang.annotation.Annotation> A[] getAnnotationsByType(java.lang.Class<A> annotationType)
getAnnotationsByType in interface javax.lang.model.AnnotatedConstruct