Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Method and Description |
---|---|
IJsDoc |
IAssignment.getJsDoc() |
IJsDoc |
IAbstractVariableDeclaration.getJsDoc()
get the JSDoc for the var
|
IJsDoc |
IObjectLiteralField.getJsDoc() |
IJsDoc |
IAbstractFunctionDeclaration.getJsDoc()
Get the function jsdoc
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.endVisit(IJsDoc javadoc) |
boolean |
ASTVisitor.visit(IJsDoc javadoc) |
Modifier and Type | Method and Description |
---|---|
protected void |
InferEngine.handleFunctionDeclarationArguments(IFunctionDeclaration methodDeclaration,
IJsDoc jsdoc) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.