org.eclipse.jdt.internal.compiler.apt.model
类 ExecutableTypeImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
- 所有已实现的接口:
- javax.lang.model.type.ExecutableType, javax.lang.model.type.TypeMirror
public class ExecutableTypeImpl
- extends TypeMirrorImpl
- implements javax.lang.model.type.ExecutableType
Implementation of the ExecutableType
| 从接口 javax.lang.model.type.TypeMirror 继承的方法 |
equals, hashCode, toString |
getParameterTypes
public List<? extends javax.lang.model.type.TypeMirror> getParameterTypes()
- 指定者:
- 接口
javax.lang.model.type.ExecutableType 中的 getParameterTypes
getReturnType
public javax.lang.model.type.TypeMirror getReturnType()
- 指定者:
- 接口
javax.lang.model.type.ExecutableType 中的 getReturnType
getThrownTypes
public List<? extends javax.lang.model.type.TypeMirror> getThrownTypes()
- 指定者:
- 接口
javax.lang.model.type.ExecutableType 中的 getThrownTypes
getTypeVariables
public List<? extends javax.lang.model.type.TypeVariable> getTypeVariables()
- 指定者:
- 接口
javax.lang.model.type.ExecutableType 中的 getTypeVariables
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.