org.eclipse.jdt.internal.compiler.apt.model
类 DeclaredTypeImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
- 所有已实现的接口:
- javax.lang.model.type.DeclaredType, javax.lang.model.type.ReferenceType, javax.lang.model.type.TypeMirror
- 直接已知子类:
- ErrorTypeImpl
public class DeclaredTypeImpl
- extends TypeMirrorImpl
- implements javax.lang.model.type.DeclaredType
Implementation of DeclaredType, which refers to a particular usage or instance of a type.
Contrast with TypeElement, which is an element that potentially defines a family
of DeclaredTypes.
| 从接口 javax.lang.model.type.TypeMirror 继承的方法 |
equals, hashCode |
asElement
public javax.lang.model.element.Element asElement()
- 指定者:
- 接口
javax.lang.model.type.DeclaredType 中的 asElement
getEnclosingType
public javax.lang.model.type.TypeMirror getEnclosingType()
- 指定者:
- 接口
javax.lang.model.type.DeclaredType 中的 getEnclosingType
getTypeArguments
public List<? extends javax.lang.model.type.TypeMirror> getTypeArguments()
- 指定者:
- 接口
javax.lang.model.type.DeclaredType 中的 getTypeArguments
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
toString
public String toString()
- 指定者:
- 接口
javax.lang.model.type.TypeMirror 中的 toString - 覆盖:
- 类
TypeMirrorImpl 中的 toString
Copyright © 2013. All Rights Reserved.