com.ph.pr.parser
Interface Visitor

All Known Implementing Classes:
ReflectiveVisitor, VBSVisitor

public interface Visitor

A generic Visitor

Author:
"Greg Golberg"
See Also:
pattern

Method Summary
 void visit(java.lang.Object o)
          Visit an object

It is possible for this method to throw an unchecked Exception.

 

Method Detail

visit

void visit(java.lang.Object o)
Visit an object

It is possible for this method to throw an unchecked Exception.

Parameters:
o - Object to visit