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) |
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 ObjectCopyright © 2013. All rights reserved.