JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.core.ast.IAssignment

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

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

Subinterfaces of IAssignment in org.eclipse.wst.jsdt.core.ast
 interface ICompoundAssignment
          Representation of a compound assigment.
 interface IPostfixExpression
          Representation of a postfix expression.
 interface IPrefixExpression
          Representation of a prefix expression.
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IAssignment
 void ASTVisitor.endVisit(IAssignment assignment)
           
 boolean ASTVisitor.visit(IAssignment assignment)
           
 

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

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type IAssignment
 void InferEngine.endVisit(IAssignment assignment)
           
protected  boolean InferEngine.handleFunctionExpressionAssignment(IAssignment assignment)
          handle the inferrencing for an assigment whose right hand side is a function expression
protected  boolean InferEngine.handlePotentialType(IAssignment assignment)
           
 boolean InferEngine.visit(IAssignment assignment)
           
 


JavaScript Development Tools
Release 3.2

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