net.sourceforge.pmd.symboltable

Class JspScopeAndDeclarationFinder

public class JspScopeAndDeclarationFinder extends Object

Setting the scope in the root of a JSP AST.

Author: pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be

Method Summary
voidsetJspScope(ASTCompilationUnit compilationUnit)
Set a DummyScope as scope of the given compilationUnit.

Method Detail

setJspScope

public void setJspScope(ASTCompilationUnit compilationUnit)
Set a DummyScope as scope of the given compilationUnit.

Parameters: compilationUnit the ASTCompilationUnit