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


字段摘要
 
从类 org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl 继承的字段
_binding, _env
 
方法摘要
<R,P> R
accept(javax.lang.model.type.TypeVisitor<R,P> v, P p)
           
 javax.lang.model.type.TypeKind getKind()
           
 List<? extends javax.lang.model.type.TypeMirror> getParameterTypes()
           
 javax.lang.model.type.TypeMirror getReturnType()
           
 List<? extends javax.lang.model.type.TypeMirror> getThrownTypes()
           
 List<? extends javax.lang.model.type.TypeVariable> getTypeVariables()
           
 
从类 org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl 继承的方法
equals, hashCode, toString
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 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.