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

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return InferredType
 InferredType AST.newInferredType(java.lang.String typeName)
          Creates and returns a new inferred type node with the given type name.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type InferredType
 void ASTVisitor.endVisit(InferredType node)
           
 boolean ASTMatcher.match(InferredType node, java.lang.Object other)
           
 boolean ASTVisitor.visit(InferredType node)