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 QueryNodeVisitor  view QueryNodeVisitor download QueryNodeVisitor.java

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

public class QueryNodeVisitor
extends java.lang.Object


Field Summary
private  int depth
           
 
Constructor Summary
QueryNodeVisitor()
           
 
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
 

Field Detail

depth

private int depth
Constructor Detail

QueryNodeVisitor

public QueryNodeVisitor()
Method Detail

visit

public void visit(QueryNode qn)

visit

public void visit(RootNode rn)

visit

public void visit(ComplexNode cn)

visit

public void visit(AttrPlusTermNode aptn)