Uses of Interface
org.eclipse.wst.jsdt.core.ast.IScriptFileDeclaration

Packages that use IScriptFileDeclaration
org.eclipse.wst.jsdt.core.ast   
org.eclipse.wst.jsdt.core.infer   
 

Uses of IScriptFileDeclaration in org.eclipse.wst.jsdt.core.ast
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IScriptFileDeclaration
 void ASTVisitor.endVisit(IScriptFileDeclaration scriptFileDeclaration)
           
 boolean ASTVisitor.visit(IScriptFileDeclaration compilationUnitDeclaration)
           
 

Uses of IScriptFileDeclaration in org.eclipse.wst.jsdt.core.infer
 

Methods in org.eclipse.wst.jsdt.core.infer that return IScriptFileDeclaration
 IScriptFileDeclaration InferEngine.getScriptFileDeclaration()
          Get the Script file this inferrence is being done on