Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR.QueryModels.InternalQueryRep
Class HumanReadableVisitor  view HumanReadableVisitor download HumanReadableVisitor.java

java.lang.Object
  extended bycom.k_int.IR.QueryModels.InternalQueryRep.HumanReadableVisitor

public class HumanReadableVisitor
extends java.lang.Object


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

Constructor Detail

HumanReadableVisitor

public HumanReadableVisitor()
Method Detail

toHumanReadableString

public static java.lang.String toHumanReadableString(RootNode rn)
                                              throws java.io.IOException

toHumanReadableString

public static void toHumanReadableString(RootNode rn,
                                         java.io.StringWriter sw)
                                  throws java.io.IOException

visit

public static void visit(QueryNode qn,
                         java.io.StringWriter sw)
                  throws java.io.IOException

visit

public static void visit(RootNode rn,
                         java.io.StringWriter sw)
                  throws java.io.IOException

visit

public static void visit(ComplexNode cn,
                         java.io.StringWriter sw)
                  throws java.io.IOException

visit

public static void visit(AttrPlusTermNode aptn,
                         java.io.StringWriter sw)
                  throws java.io.IOException