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

Packages that use InferredType
org.eclipse.wst.jsdt.core.ast   
org.eclipse.wst.jsdt.core.infer   
 

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

Methods in org.eclipse.wst.jsdt.core.ast that return InferredType
 InferredType IObjectLiteral.getInferredType()
           
 InferredType IAbstractVariableDeclaration.getInferredType()
          Get the inferred type of the var
 InferredType IAbstractFunctionDeclaration.getInferredType()
          Get the inferred return type for the function
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type InferredType
 void ASTVisitor.endVisit(InferredType inferredType)
           
 void IObjectLiteral.setInferredType(InferredType type)
           
 void IAbstractVariableDeclaration.setInferredType(InferredType type)
          Set the inferred type of the var
 void IAbstractFunctionDeclaration.setInferredType(InferredType type)
          Set the return type
 boolean ASTVisitor.visit(InferredType inferredType)
           
 

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

Fields in org.eclipse.wst.jsdt.core.infer declared as InferredType
 InferredType InferEngine.ArrayType
           
 InferredType InferEngine.BooleanType
           
 InferredType InferEngine.FunctionType
           
 InferredType InferEngine.GlobalType
           
 InferredType InferredMember.inType
           
 InferredType InferEngine.NumberType
           
 InferredType InferEngine.ObjectType
           
 InferredType InferredType.referenceClass
           
 InferredType InferEngine.StringType
           
 InferredType InferredType.superClass
           
 InferredType InferredAttribute.type
           
 InferredType InferEngine.VoidType
           
 

Constructors in org.eclipse.wst.jsdt.core.infer with parameters of type InferredType
InferredAttribute(char[] name, InferredType inType, int start, int end)
           
InferredMethod(char[] name, IFunctionDeclaration functionDeclaration, InferredType inType)