JavaScript Development Tools
Release 3.2

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(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, Object other)
           
 boolean ASTVisitor.visit(InferredType node)
           
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.