fabil.visit
Class SignatureCleaner

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

public class SignatureCleaner
extends NodeVisitor

Removes everything except Polyglot type information from classes. Used when compiling signatures.


Constructor Summary
SignatureCleaner()
           
 
Method Summary
 Node leave(Node old, Node n, NodeVisitor v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureCleaner

public SignatureCleaner()
Method Detail

leave

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