public abstract class PrimitiveTypeImpl extends Object implements PrimitiveType
PrimitiveType for unit tests.| Modifier and Type | Field and Description |
|---|---|
static PrimitiveType |
CHAR |
static PrimitiveType |
DOUBLE |
static PrimitiveType |
FLOAT |
static PrimitiveType |
INT |
| 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, hashCodegetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic static final PrimitiveType CHAR
public static final PrimitiveType INT
public static final PrimitiveType FLOAT
public static final PrimitiveType DOUBLE
public TypeKind getKind()
getKind in interface TypeMirrorpublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirrorpublic String toString()
toString in interface TypeMirrortoString in class ObjectCopyright © 2015 inferred.org. All rights reserved.