Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Packages that use WildcardBinding
-
Uses of WildcardBinding in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as WildcardBindingMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return WildcardBindingModifier and TypeMethodDescriptionLookupEnvironment.createWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind)LookupEnvironment.createWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind, AnnotationBinding[] annotations)AnnotatableTypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind)AnnotatableTypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind, AnnotationBinding[] annotations)TypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind)TypeSystem.getWildcard(ReferenceBinding genericType, int rank, TypeBinding bound, TypeBinding[] otherBounds, int boundKind, AnnotationBinding[] annotations)Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type WildcardBindingModifier and TypeMethodDescriptionLookupEnvironment.createCapturedWildcard(WildcardBinding wildcard, ReferenceBinding contextType, int start, int end, ASTNode cud, int id)TypeSystem.getCapturedWildcard(WildcardBinding wildcard, ReferenceBinding contextType, int start, int end, ASTNode cud, int id)booleanTypeBindingVisitor.visit(WildcardBinding wildcardBinding)Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type WildcardBindingModifierConstructorDescriptionCaptureBinding(WildcardBinding wildcard, ReferenceBinding sourceType, int start, int end, ASTNode cud, int captureID)