public static class MondrianDef.ParentExpression extends MondrianDef.ExpressionView
expressions| Constructor and Description |
|---|
ParentExpression() |
ParentExpression(DOMWrapper _def) |
| Modifier and Type | Method and Description |
|---|---|
void |
display(PrintWriter _out,
int _indent) |
boolean |
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent) |
void |
displayXML(XMLOutput _out,
int _indent) |
String |
getName() |
equals, getExpression, getGenericExpression, getTableAlias, hashCode, toStringaddChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, getChildren, getElementChildren, getElementClass, getLocation, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, toCompactXML, toXML, verifyEqualfinalize, getClass, notify, notifyAll, wait, wait, waitgetChildren, getLocation, getText, getType, getWrapperpublic ParentExpression()
public ParentExpression(DOMWrapper _def) throws XOMException
XOMExceptionpublic String getName()
getName in interface NodeDefgetName in class MondrianDef.ExpressionViewpublic void display(PrintWriter _out, int _indent)
display in interface NodeDefdisplay in class MondrianDef.ExpressionViewpublic void displayXML(XMLOutput _out, int _indent)
displayXML in interface NodeDefdisplayXML in class MondrianDef.ExpressionViewpublic boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff in class MondrianDef.ExpressionView