public abstract class NoTypes
extends java.lang.Object
implements javax.lang.model.type.NoType
NoType for unit tests.| Modifier and Type | Field and Description |
|---|---|
static javax.lang.model.type.NoType |
NONE |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
javax.lang.model.type.TypeKind |
getKind() |
java.lang.String |
toString() |
public javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorpublic <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirrorpublic java.lang.String toString()
toString in interface javax.lang.model.type.TypeMirrortoString in class java.lang.Object