org.eclipse.jdt.internal.compiler.apt.model
类 PrimitiveTypeImpl

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
      继承者 org.eclipse.jdt.internal.compiler.apt.model.PrimitiveTypeImpl
所有已实现的接口:
javax.lang.model.type.PrimitiveType, javax.lang.model.type.TypeMirror

public class PrimitiveTypeImpl
extends TypeMirrorImpl
implements javax.lang.model.type.PrimitiveType

从以下版本开始:
3.3

字段摘要
static PrimitiveTypeImpl BOOLEAN
           
static PrimitiveTypeImpl BYTE
           
static PrimitiveTypeImpl CHAR
           
static PrimitiveTypeImpl DOUBLE
           
static PrimitiveTypeImpl FLOAT
           
static PrimitiveTypeImpl INT
           
static PrimitiveTypeImpl LONG
           
static PrimitiveTypeImpl SHORT
           
 
从类 org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl 继承的字段
_binding, _env
 
方法摘要
<R,P> R
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)
           
 
从类 org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl 继承的方法
equals, hashCode, toString
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 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)
指定者:
接口 javax.lang.model.type.TypeMirror 中的 accept
覆盖:
TypeMirrorImpl 中的 accept

getKind

public javax.lang.model.type.TypeKind getKind()
指定者:
接口 javax.lang.model.type.TypeMirror 中的 getKind
覆盖:
TypeMirrorImpl 中的 getKind

getKind

public static javax.lang.model.type.TypeKind getKind(BaseTypeBinding binding)


Copyright © 2013. All Rights Reserved.