JavaScript Development Tools
Release 3.2

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, Object other)
           
 boolean ASTVisitor.visit(FunctionExpression node)
           
 


JavaScript Development Tools
Release 3.2

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