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

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

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.
 interface ITypeParameter
           This interface is not intended to be implemented by clients.