Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Wildcard
Packages that use Wildcard
Package
Description
-
Uses of Wildcard in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type WildcardModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(Wildcard wildcard, BlockScope scope) voidASTVisitor.endVisit(Wildcard wildcard, ClassScope scope) booleanASTVisitor.visit(Wildcard wildcard, BlockScope scope) booleanASTVisitor.visit(Wildcard wildcard, ClassScope scope) booleanGenericAstVisitor.visit(Wildcard wildcard, BlockScope scope) booleanGenericAstVisitor.visit(Wildcard wildcard, ClassScope scope) -
Uses of Wildcard in org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.codegen declared as Wildcard -
Uses of Wildcard in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type WildcardModifier and TypeMethodDescriptionlongWildcardBinding.determineNullBitsFromDeclaration(Scope scope, Wildcard wildcard) compute the nullTagBits from type annotations and bound.voidWildcardBinding.evaluateNullAnnotations(Scope scope, Wildcard wildcard) evaluate null type annotations and check / copy nullTagBits from bound and typevariable. -
Uses of Wildcard in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type Wildcard