com.k_int.util.RPNQueryRep
Class PrintVisitor

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

public class PrintVisitor
extends java.lang.Object


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

Constructor Detail

PrintVisitor

public PrintVisitor()
Method Detail

visit

public static void visit(QueryNode qn,
                         int depth)

visit

public static void visit(RootNode rn,
                         int depth)

visit

public static void visit(ComplexNode cn,
                         int depth)

visit

public static void visit(AttrPlusTermNode aptn,
                         int depth)


Copyright © 2001 Knowledge Integration Ltd. All Rights Reserved.