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

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

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

Subinterfaces of ILocalDeclaration in org.eclipse.wst.jsdt.core.ast
 interface IArgument
          Representation of a function argument This interface is not intended to be implemented by clients.
 

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

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

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type ILocalDeclaration
 boolean InferEngine.visit(ILocalDeclaration localDeclaration)