biTree.visitor
Interface Visitor

All Known Implementing Classes:
GetCode, GetCodeHelper, MakeHashTable

public interface Visitor

Visitor on WeightCompares

Author:
Chad Cook

Method Summary
 void biTree(BiTree wc)
          The method to call on BiTrees
 void symbol(Symbol wc)
          The method to call on Symbols
 

Method Detail

biTree

public void biTree(BiTree wc)
The method to call on BiTrees
Parameters:
Bitree -  

symbol

public void symbol(Symbol wc)
The method to call on Symbols
Parameters:
Symbol -