harpoon.Analysis.PointerAnalysis
Interface PANodeVisitor


public interface PANodeVisitor

PANodeVisitor is a wrapper for a function that is called on a PANode. There is no other way to pass a function in Java (no pointers to methods ...)

Version:
$Id: PANodeVisitor.java,v 1.2 2002/02/25 20:58:40 cananian Exp $
Author:
Alexandru SALCIANU <salcianu@retezat.lcs.mit.edu>

Method Summary
 void visit(PANode node)
          Visits a PANode.
 

Method Detail

visit

void visit(PANode node)
Visits a PANode.