|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunCall
A FunCall
is a function applied to a list of operands.
The parser creates function calls as an
unresolved function call
.
The validator converts it to a
resolved function call
,
which has a function definition
and extra type information.
Method Summary | |
---|---|
Exp |
getArg(int index)
Returns the index th argument to this function
call. |
int |
getArgCount()
Returns the number of arguments to this function. |
Exp[] |
getArgs()
Returns the arguments to this function. |
String |
getFunName()
Returns the name of the function. |
Syntax |
getSyntax()
Returns the syntax of the call. |
Methods inherited from interface mondrian.olap.Exp |
---|
accept, accept, accept, clone, getCategory, getType, unparse |
Method Detail |
---|
Exp getArg(int index)
index
th argument to this function
call.
index
- Ordinal of the argument
index
th argument to this function callExp[] getArgs()
int getArgCount()
String getFunName()
Syntax getSyntax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |