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

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

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

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type ASTRequestor
 void ASTParser.createASTs(IJavaScriptUnit[] compilationUnits, java.lang.String[] bindingKeys, ASTRequestor requestor, IProgressMonitor monitor)
          Creates ASTs for a batch of javaScript units.