public class NoTypeImpl extends TypeMirrorImpl implements javax.lang.model.type.NoType, javax.lang.model.type.NullType
NoType| Modifier and Type | Field and Description |
|---|---|
static Binding |
NO_TYPE_BINDING |
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 |
_binding, _env| Constructor and Description |
|---|
NoTypeImpl(javax.lang.model.type.TypeKind kind) |
NoTypeImpl(javax.lang.model.type.TypeKind kind,
Binding binding) |
| 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() |
equals, getAnnotationBindings, getPackedAnnotationBindings, hashCodepublic 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 static final Binding NO_TYPE_BINDING
public NoTypeImpl(javax.lang.model.type.TypeKind kind)
public NoTypeImpl(javax.lang.model.type.TypeKind kind,
Binding binding)
public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirroraccept in class TypeMirrorImplpublic javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorgetKind in class TypeMirrorImplpublic java.lang.String toString()
toString in interface javax.lang.model.type.TypeMirrortoString in class TypeMirrorImplpublic java.util.List<? extends javax.lang.model.element.AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface javax.lang.model.AnnotatedConstructgetAnnotationMirrors in class TypeMirrorImplpublic <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationType)
getAnnotation in interface javax.lang.model.AnnotatedConstructgetAnnotation in class TypeMirrorImplpublic <A extends java.lang.annotation.Annotation> A[] getAnnotationsByType(java.lang.Class<A> annotationType)
getAnnotationsByType in interface javax.lang.model.AnnotatedConstructgetAnnotationsByType in class TypeMirrorImpl