|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.olap.QueryPart
public abstract class QueryPart
Component of an MDX query (derived classes include Query, Axis, Exp, Level).
| Constructor Summary | |
|---|---|
QueryPart()
Creates a QueryPart. |
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getChildren()
Returns an array of the object's children. |
void |
unparse(java.io.PrintWriter pw)
Writes a string representation of this parse tree node to the given writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
QueryPart()
| Method Detail |
|---|
public void unparse(java.io.PrintWriter pw)
pw - writerpublic java.lang.Object[] getChildren()
WalkableWalkable are ignored.
getChildren in interface Walkable
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||