public abstract class QueryPart extends Object implements Walkable
| Constructor and Description | 
|---|
QueryPart()
Creates a QueryPart. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
explain(PrintWriter pw)
Returns the plan that Mondrian intends to use to execute this query. 
 | 
Object[] | 
getChildren()
Returns an array of the object's children. 
 | 
void | 
unparse(PrintWriter pw)
Writes a string representation of this parse tree
 node to the given writer. 
 | 
public void unparse(PrintWriter pw)
pw - writerpublic Object[] getChildren()
WalkableWalkable are ignored.getChildren in interface Walkablepublic void explain(PrintWriter pw)
pw - Print writer