Uses of Class
org.eclipse.wst.jsdt.core.dom.FunctionExpression

Packages that use FunctionExpression
org.eclipse.wst.jsdt.core.dom   
 

Uses of FunctionExpression in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return FunctionExpression
 FunctionExpression AST.newFunctionExpression()
          Creates and returns a new unparented function expression node owned by this AST.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type FunctionExpression
 void ASTVisitor.endVisit(FunctionExpression node)
           
 boolean ASTMatcher.match(FunctionExpression node, java.lang.Object other)
           
 boolean ASTVisitor.visit(FunctionExpression node)