com.k_int.util.RPNQueryRep
Class HumanReadableVisitor

java.lang.Object
  |
  +--com.k_int.util.RPNQueryRep.HumanReadableVisitor

public class HumanReadableVisitor
extends java.lang.Object


Constructor Summary
HumanReadableVisitor(java.io.Writer _os)
           
 
Method Summary
 void visit(AttrPlusTermNode aptn)
           
 void visit(ComplexNode cn)
           
 void visit(QueryNode qn)
           
 void visit(RootNode rn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HumanReadableVisitor

public HumanReadableVisitor(java.io.Writer _os)
Method Detail

visit

public void visit(QueryNode qn)
           throws java.io.IOException

visit

public void visit(RootNode rn)
           throws java.io.IOException

visit

public void visit(ComplexNode cn)
           throws java.io.IOException

visit

public void visit(AttrPlusTermNode aptn)
           throws java.io.IOException


Copyright © 2001 Knowledge Integration Ltd. All Rights Reserved.