|
|||||||||
| Home >> All >> com >> k_int >> util >> [ RPNQueryRep overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.util.RPNQueryRep
Class PrintVisitor

java.lang.Objectcom.k_int.util.RPNQueryRep.PrintVisitor
- public class PrintVisitor
- extends java.lang.Object
| Field Summary | |
protected static LoggingContext |
cat
|
| 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 |
| Field Detail |
cat
protected static LoggingContext cat
| 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)
|
|||||||||
| Home >> All >> com >> k_int >> util >> [ RPNQueryRep overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.k_int.util.RPNQueryRep.PrintVisitor