JavaScript Development Tools
Release 3.2

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

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

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

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

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

Methods in org.eclipse.wst.jsdt.core.infer that return IAbstractVariableDeclaration
protected  IAbstractVariableDeclaration InferEngine.getVariable(IExpression expression)
          Finds a Var Declaration on the context from the name represented with the expression Currently, only SNR are supported
 


JavaScript Development Tools
Release 3.2

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