com.pow2.structures.tree
Interface NodeVisitorInterface

All Superinterfaces:
PropertyContainer
All Known Implementing Classes:
StringBufferNodeVisitor

public interface NodeVisitorInterface
extends PropertyContainer

NodeVisitor interface

Author:
Luca Fossato

Method Summary
 void visit(Node n)
          Visit the input node.
 
Methods inherited from interface com.pow2.resources.PropertyContainer
addProperty, getObject, getProperty, getPropertyKeys, removeProperty
 

Method Detail

visit

public void visit(Node n)
           throws Exception
Visit the input node.

Parameters:
n - the node to visit
Throws:
Exception - if any error occurs


Copyright © 2002-2004 Power Of Two S.R.L. All Rights Reserved.