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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
所有已实现的接口:
javax.lang.model.type.TypeMirror
直接已知子类:
ArrayTypeImpl, DeclaredTypeImpl, ExecutableTypeImpl, PrimitiveTypeImpl, TypeVariableImpl, WildcardTypeImpl

public class TypeMirrorImpl
extends Object
implements javax.lang.model.type.TypeMirror

Implementation of a TypeMirror. TypeMirror represents a type, including types that have no declaration, such as primitives (int, boolean) and types that are specializations of declarations (List).


字段摘要
protected  Binding _binding
           
protected  BaseProcessingEnvImpl _env
           
 
方法摘要
<R,P> R
accept(javax.lang.model.type.TypeVisitor<R,P> v, P p)
           
 boolean equals(Object obj)
           
 javax.lang.model.type.TypeKind getKind()
           
 int hashCode()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

_env

protected final BaseProcessingEnvImpl _env

_binding

protected final Binding _binding
方法详细信息

accept

public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
                      P p)
指定者:
接口 javax.lang.model.type.TypeMirror 中的 accept

getKind

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

toString

public String toString()
指定者:
接口 javax.lang.model.type.TypeMirror 中的 toString
覆盖:
Object 中的 toString

hashCode

public int hashCode()
指定者:
接口 javax.lang.model.type.TypeMirror 中的 hashCode
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
指定者:
接口 javax.lang.model.type.TypeMirror 中的 equals
覆盖:
Object 中的 equals


Copyright © 2013. All Rights Reserved.