org.eclipse.jdt.internal.compiler.apt.model
类 TypeVariableImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.TypeVariableImpl
- 所有已实现的接口:
- javax.lang.model.type.ReferenceType, javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeVariable
public class TypeVariableImpl
- extends TypeMirrorImpl
- implements javax.lang.model.type.TypeVariable
Implementation of TypeVariable
|
方法摘要 |
|
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
|
javax.lang.model.element.Element |
asElement()
|
javax.lang.model.type.TypeKind |
getKind()
|
javax.lang.model.type.TypeMirror |
getLowerBound()
|
javax.lang.model.type.TypeMirror |
getUpperBound()
|
| 从接口 javax.lang.model.type.TypeMirror 继承的方法 |
equals, hashCode, toString |
asElement
public javax.lang.model.element.Element asElement()
- 指定者:
- 接口
javax.lang.model.type.TypeVariable 中的 asElement
getLowerBound
public javax.lang.model.type.TypeMirror getLowerBound()
- 指定者:
- 接口
javax.lang.model.type.TypeVariable 中的 getLowerBound
getUpperBound
public javax.lang.model.type.TypeMirror getUpperBound()
- 指定者:
- 接口
javax.lang.model.type.TypeVariable 中的 getUpperBound
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
Copyright © 2013. All Rights Reserved.