Uses of Class
org.eclipse.wst.jsdt.core.dom.WildcardType

Packages that use WildcardType
org.eclipse.wst.jsdt.core.dom   
 

Uses of WildcardType in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return WildcardType
 WildcardType AST.newWildcardType()
          Creates and returns a new unparented wildcard type node with no type bound.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type WildcardType
 void ASTVisitor.endVisit(WildcardType node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(WildcardType node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(WildcardType node)
          Visits the given type-specific AST node.