org.aspectj.org.eclipse.jdt.internal.compiler.apt.model
Class WildcardTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
- All Implemented Interfaces:
- 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
|
Method Summary |
|
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()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.lang.model.type.TypeMirror |
equals, hashCode, toString |
getExtendsBound
public javax.lang.model.type.TypeMirror getExtendsBound()
- Specified by:
getExtendsBound in interface javax.lang.model.type.WildcardType
getKind
public javax.lang.model.type.TypeKind getKind()
- Specified by:
getKind in interface javax.lang.model.type.TypeMirror- Overrides:
getKind in class TypeMirrorImpl
getSuperBound
public javax.lang.model.type.TypeMirror getSuperBound()
- Specified by:
getSuperBound in interface javax.lang.model.type.WildcardType
accept
public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
- Specified by:
accept in interface javax.lang.model.type.TypeMirror- Overrides:
accept in class TypeMirrorImpl