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

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

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

Methods in org.eclipse.wst.jsdt.core.ast that return IJsDoc
 IJsDoc IObjectLiteralField.getJsDoc()
           
 IJsDoc IAbstractVariableDeclaration.getJsDoc()
          get the JSDoc for the var
 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)