Uses of Class
org.eclipse.jdt.internal.compiler.lookup.WildcardBinding

Packages that use WildcardBinding
org.eclipse.jdt.internal.compiler.lookup   
 

Uses of WildcardBinding in org.eclipse.jdt.internal.compiler.lookup
 

Fields in org.eclipse.jdt.internal.compiler.lookup declared as WildcardBinding
 WildcardBinding CaptureBinding.wildcard
           
 

Methods in org.eclipse.jdt.internal.compiler.lookup that return WildcardBinding
 WildcardBinding LookupEnvironment.createWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind)
           
 WildcardBinding LookupEnvironment.createWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind, AnnotationBinding[] annotations)
           
 WildcardBinding TypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind)
           
 WildcardBinding AnnotatableTypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind)
           
 WildcardBinding TypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind, AnnotationBinding[] annotations)
           
 WildcardBinding AnnotatableTypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind, AnnotationBinding[] annotations)
           
 

Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type WildcardBinding
 boolean TypeBindingVisitor.visit(WildcardBinding wildcardBinding)
           
 

Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type WildcardBinding
CaptureBinding(WildcardBinding wildcard, ReferenceBinding sourceType, int position, int captureID)