net.sourceforge.pmd.lang.ecmascript.ast
Class EcmascriptTreeBuilder
java.lang.Object
net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptTreeBuilder
- All Implemented Interfaces:
- org.mozilla.javascript.ast.NodeVisitor
public final class EcmascriptTreeBuilder
- extends Object
- implements org.mozilla.javascript.ast.NodeVisitor
Method Summary |
|
build(T astNode)
|
boolean |
visit(org.mozilla.javascript.ast.AstNode node)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EcmascriptTreeBuilder
public EcmascriptTreeBuilder(String sourceCode,
List<org.mozilla.javascript.ast.ParseProblem> parseProblems)
build
public <T extends org.mozilla.javascript.ast.AstNode> EcmascriptNode<T> build(T astNode)
visit
public boolean visit(org.mozilla.javascript.ast.AstNode node)
- Specified by:
visit
in interface org.mozilla.javascript.ast.NodeVisitor
Copyright © 2002-2015 InfoEther. All Rights Reserved.