public class DecoratedNullType extends DecoratedReferenceType<NullType> implements NullType
delegate, env| Constructor and Description |
|---|
DecoratedNullType(NullType delegate,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
boolean |
isInstanceOf(TypeMirror candidate) |
boolean |
isNull() |
isInstanceOf, isInstanceOf, isReferenceTypeequals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getDeferredDocComment, getDelegate, getDocComment, getDocValue, getDocValue, getKind, isAnnotation, isArray, isClass, isCollection, isDeclared, isEnum, isInstanceOf, isInterface, isList, isPrimitive, isStream, isTypeVariable, isVoid, isWildcard, setDeferredDocComment, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getKind, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic DecoratedNullType(NullType delegate, DecoratedProcessingEnvironment env)
public boolean isNull()
isNull in class DecoratedTypeMirror<NullType>public boolean isInstanceOf(TypeMirror candidate)
isInstanceOf in class DecoratedTypeMirror<NullType>public <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class DecoratedTypeMirror<NullType>Copyright © 2006-2016–2022. All rights reserved.