fabil.visit
Class RemoteCallRewriter

java.lang.Object
  extended by NodeVisitor
      extended by fabil.visit.RemoteCallRewriter

public class RemoteCallRewriter
extends NodeVisitor


Field Summary
protected  NodeFactory nf
           
protected  QQ qq
           
protected  FabILTypeSystem ts
           
 
Constructor Summary
RemoteCallRewriter(ExtensionInfo extInfo)
           
 
Method Summary
protected  FabILExt ext(Node n)
           
 Node leave(Node old, Node n, NodeVisitor v)
           
 NodeFactory nodeFactory()
           
 QQ qq()
           
 FabILTypeSystem typeSystem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qq

protected QQ qq

nf

protected NodeFactory nf

ts

protected FabILTypeSystem ts
Constructor Detail

RemoteCallRewriter

public RemoteCallRewriter(ExtensionInfo extInfo)
Method Detail

ext

protected FabILExt ext(Node n)

leave

public Node leave(Node old,
                  Node n,
                  NodeVisitor v)

qq

public QQ qq()
Returns:
the qq

nodeFactory

public NodeFactory nodeFactory()

typeSystem

public FabILTypeSystem typeSystem()