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

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

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

Methods in org.eclipse.wst.jsdt.core.ast that return IArgument
 IArgument[] IAbstractFunctionDeclaration.getArguments()
          Get the function arguments
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IArgument
 void ASTVisitor.endVisit(IArgument argument)
           
 void IAbstractFunctionDeclaration.setArguments(IArgument[] args)
           
 boolean ASTVisitor.visit(IArgument argument)