org.aspectj.org.eclipse.jdt.internal.compiler.apt.model
Class PrimitiveTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
- All Implemented Interfaces:
- javax.lang.model.type.PrimitiveType, javax.lang.model.type.TypeMirror
public class PrimitiveTypeImpl
- extends TypeMirrorImpl
- implements javax.lang.model.type.PrimitiveType
- Since:
- 3.3
|
Method Summary |
|
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
|
javax.lang.model.type.TypeKind |
getKind()
|
static javax.lang.model.type.TypeKind |
getKind(BaseTypeBinding binding)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.lang.model.type.TypeMirror |
equals, hashCode, toString |
BOOLEAN
public static final PrimitiveTypeImpl BOOLEAN
BYTE
public static final PrimitiveTypeImpl BYTE
CHAR
public static final PrimitiveTypeImpl CHAR
DOUBLE
public static final PrimitiveTypeImpl DOUBLE
FLOAT
public static final PrimitiveTypeImpl FLOAT
INT
public static final PrimitiveTypeImpl INT
LONG
public static final PrimitiveTypeImpl LONG
SHORT
public static final PrimitiveTypeImpl SHORT
accept
public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
- Specified by:
accept in interface javax.lang.model.type.TypeMirror- Overrides:
accept in class TypeMirrorImpl
getKind
public javax.lang.model.type.TypeKind getKind()
- Specified by:
getKind in interface javax.lang.model.type.TypeMirror- Overrides:
getKind in class TypeMirrorImpl
getKind
public static javax.lang.model.type.TypeKind getKind(BaseTypeBinding binding)