com.iotabits.examples.revisitor
Class BinaryTreeNode.BinaryTreeNodePrinter

java.lang.Object
  extended bycom.iotabits.revisitor.BasicReflectiveVisitor
      extended bycom.iotabits.examples.revisitor.BinaryTreeNode.BinaryTreeNodePrinter
All Implemented Interfaces:
iReflectiveVisitor
Enclosing class:
BinaryTreeNode

public static class BinaryTreeNode.BinaryTreeNodePrinter
extends BasicReflectiveVisitor


Field Summary
 
Fields inherited from class com.iotabits.revisitor.BasicReflectiveVisitor
VISIT_METHOD_NAME
 
Constructor Summary
BinaryTreeNode.BinaryTreeNodePrinter()
           
 
Method Summary
 void visit(BinaryTreeNode node)
           
 void visit(java.lang.Integer value)
           
 void visit(java.lang.String strData)
           
 void visit(java.lang.StringBuffer strBufferData)
           
 
Methods inherited from class com.iotabits.revisitor.BasicReflectiveVisitor
callAccept, defaultVisit, dispatchToVisit, findMethod, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryTreeNode.BinaryTreeNodePrinter

public BinaryTreeNode.BinaryTreeNodePrinter()
Method Detail

visit

public void visit(BinaryTreeNode node)

visit

public void visit(java.lang.String strData)

visit

public void visit(java.lang.StringBuffer strBufferData)

visit

public void visit(java.lang.Integer value)