Uses of Class
fr.umlv.tatoo.runtime.ast.NodeVisitor

Packages that use NodeVisitor
fr.umlv.tatoo.runtime.ast   
 

Uses of NodeVisitor in fr.umlv.tatoo.runtime.ast
 

Methods in fr.umlv.tatoo.runtime.ast with parameters of type NodeVisitor
<R,P,D,E extends Throwable>
R
Node.accept(NodeVisitor<R,P,D,E> visitor, P param)
          call a visitor method depending of the real type of the current node.