org.stjs.generator.javascript.rhino
Class RhinoNodeVisitorSupport
java.lang.Object
org.stjs.generator.javascript.rhino.RhinoNodeVisitorSupport
public class RhinoNodeVisitorSupport
- extends Object
this class helps using a type visitor as the rhino library does not provide one out of the box
- Author:
- acraciun
|
Method Summary |
|
accept(org.mozilla.javascript.Node node,
AstVisitor<T> visitor,
T param)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RhinoNodeVisitorSupport
public RhinoNodeVisitorSupport()
accept
public <T> void accept(org.mozilla.javascript.Node node,
AstVisitor<T> visitor,
T param)
Copyright © 2014. All Rights Reserved.