Uses of Class
net.sourceforge.pmd.lang.ecmascript.ast.ASTScope
-
Packages that use ASTScope Package Description net.sourceforge.pmd.lang.ecmascript.ast net.sourceforge.pmd.lang.ecmascript.rule -
-
Uses of ASTScope in net.sourceforge.pmd.lang.ecmascript.ast
Methods in net.sourceforge.pmd.lang.ecmascript.ast with parameters of type ASTScope Modifier and Type Method Description java.lang.ObjectEcmascriptParserVisitor. visit(ASTScope node, java.lang.Object data)java.lang.ObjectEcmascriptParserVisitorAdapter. visit(ASTScope node, java.lang.Object data) -
Uses of ASTScope in net.sourceforge.pmd.lang.ecmascript.rule
Methods in net.sourceforge.pmd.lang.ecmascript.rule with parameters of type ASTScope Modifier and Type Method Description java.lang.ObjectAbstractEcmascriptRule. visit(ASTScope node, java.lang.Object data)
-