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).
_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.