public interface IRBTVisitor<E>
void
beginVisit(IRBTNode<E> node)
endVisit(IRBTNode<E> node)
void beginVisit(IRBTNode<E> node) throws RBTException
RBTException
void endVisit(IRBTNode<E> node) throws RBTException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.