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)
           
 

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