JavaScript Development Tools
Release 3.2

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

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

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

Methods in org.eclipse.wst.jsdt.core.ast that return IJsDoc
 IJsDoc IAbstractVariableDeclaration.getJsDoc()
          get the JSDoc for the var
 IJsDoc IObjectLiteralField.getJsDoc()
           
 IJsDoc IAssignment.getJsDoc()
           
 IJsDoc IAbstractFunctionDeclaration.getJsDoc()
          Get the function jsdoc
 

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

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

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type IJsDoc
protected  void InferEngine.handleFunctionDeclarationArguments(IFunctionDeclaration methodDeclaration, IJsDoc jsdoc)
           
 


JavaScript Development Tools
Release 3.2

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