|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.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 | |
---|---|
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. |
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(PrintWriter pw)
pw
- writerpublic Object[] getChildren()
Walkable
Walkable
are ignored.
getChildren
in interface Walkable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |