org.eclipse.jdt.internal.compiler.apt.model
Class WildcardTypeImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
- All Implemented Interfaces:
- TypeMirror, WildcardType
public class WildcardTypeImpl
- extends TypeMirrorImpl
- implements WildcardType
Implementation of the WildcardType
getExtendsBound
public TypeMirror getExtendsBound()
- Specified by:
getExtendsBound
in interface WildcardType
getKind
public TypeKind getKind()
- Specified by:
getKind
in interface TypeMirror
- Overrides:
getKind
in class TypeMirrorImpl
getSuperBound
public TypeMirror getSuperBound()
- Specified by:
getSuperBound
in interface WildcardType
accept
public <R,P> R accept(TypeVisitor<R,P> v,
P p)
- Specified by:
accept
in interface TypeMirror
- Overrides:
accept
in class TypeMirrorImpl
Copyright © 2012. All Rights Reserved.