org.eclipse.jdt.internal.compiler.apt.model
类 WildcardTypeImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
- 所有已实现的接口:
- javax.lang.model.type.TypeMirror, javax.lang.model.type.WildcardType
public class WildcardTypeImpl
- extends TypeMirrorImpl
- implements javax.lang.model.type.WildcardType
Implementation of the WildcardType
| 从接口 javax.lang.model.type.TypeMirror 继承的方法 |
equals, hashCode, toString |
getExtendsBound
public javax.lang.model.type.TypeMirror getExtendsBound()
- 指定者:
- 接口
javax.lang.model.type.WildcardType 中的 getExtendsBound
getKind
public javax.lang.model.type.TypeKind getKind()
- 指定者:
- 接口
javax.lang.model.type.TypeMirror 中的 getKind - 覆盖:
- 类
TypeMirrorImpl 中的 getKind
getSuperBound
public javax.lang.model.type.TypeMirror getSuperBound()
- 指定者:
- 接口
javax.lang.model.type.WildcardType 中的 getSuperBound
accept
public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
- 指定者:
- 接口
javax.lang.model.type.TypeMirror 中的 accept - 覆盖:
- 类
TypeMirrorImpl 中的 accept
Copyright © 2013. All Rights Reserved.