org.stjs.generator.javascript.rhino
Class RhinoNodeVisitorSupport

java.lang.Object
  extended by 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

Constructor Summary
RhinoNodeVisitorSupport()
           
 
Method Summary
<T> void
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
 

Constructor Detail

RhinoNodeVisitorSupport

public RhinoNodeVisitorSupport()
Method Detail

accept

public <T> void accept(org.mozilla.javascript.Node node,
                       AstVisitor<T> visitor,
                       T param)


Copyright © 2014. All Rights Reserved.