|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.olap.fun.CrossJoinTest.TestExp
public static class CrossJoinTest.TestExp
| Field Summary | |
|---|---|
(package private) Type |
type
|
| Constructor Summary | |
|---|---|
CrossJoinTest.TestExp()
|
|
| Method Summary | |
|---|---|
Calc |
accept(ExpCompiler compiler)
Converts this expression into an a tree of expressions which can be efficiently evaluated. |
java.lang.Object |
accept(MdxVisitor visitor)
Accepts a visitor to this Exp. |
Exp |
accept(Validator validator)
Validates this expression. |
Exp |
clone()
|
int |
getCategory()
Returns the Category of the expression. |
Type |
getType()
Returns the type of this expression. |
void |
unparse(java.io.PrintWriter pw)
Writes the MDX representation of this expression to a print writer. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Type type
| Constructor Detail |
|---|
CrossJoinTest.TestExp()
| Method Detail |
|---|
public Exp clone()
clone in interface Expclone in class java.lang.Objectpublic int getCategory()
ExpCategory of the expression.
getCategory in interface Exppublic Type getType()
Exp
getType in interface Exppublic void unparse(java.io.PrintWriter pw)
Exp
unparse in interface Exppw - PrintWriterpublic Exp accept(Validator validator)
Exp
accept in interface Expvalidator - Validator contains validation context
public Calc accept(ExpCompiler compiler)
Exp
accept in interface Exppublic java.lang.Object accept(MdxVisitor visitor)
ExpMdxVisitor.visit(mondrian.olap.Query) method appropriate to the type of expression.
accept in interface Expvisitor - Visitor
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||