public class NoTypeImpl extends Object implements NoType, NullType
NoType| Modifier and Type | Field and Description |
|---|---|
static NoType |
NO_TYPE_NONE |
static NoType |
NO_TYPE_PACKAGE |
static NoType |
NO_TYPE_VOID |
static NullType |
NULL_TYPE |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
List<? extends AnnotationMirror> |
getAnnotationMirrors() |
<A extends Annotation> |
getAnnotationsByType(Class<A> annotationType) |
TypeKind |
getKind() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic static final NoType NO_TYPE_NONE
public static final NoType NO_TYPE_VOID
public static final NoType NO_TYPE_PACKAGE
public static final NullType NULL_TYPE
public <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirrorpublic TypeKind getKind()
getKind in interface TypeMirrorpublic String toString()
toString in interface TypeMirrortoString in class Objectpublic List<? extends AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface AnnotatedConstructpublic <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface AnnotatedConstructpublic <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType)
getAnnotationsByType in interface AnnotatedConstructCopyright © 2015. All rights reserved.