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


字段摘要
 
从类 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.TypeMirror getExtendsBound()
           
 javax.lang.model.type.TypeKind getKind()
           
 javax.lang.model.type.TypeMirror getSuperBound()
           
 
从类 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
 

方法详细信息

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.