Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
FunctionExpression |
AST.newFunctionExpression()
Creates and returns a new unparented function expression node
owned by this AST.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(FunctionExpression node) |
void |
ASTVisitor.endVisit(FunctionExpression node) |
boolean |
ASTMatcher.match(FunctionExpression node,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(FunctionExpression node) |
boolean |
ASTVisitor.visit(FunctionExpression node) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.