|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--engine.FunctionCallExpressionDescription
The description of a funcction call expression. It creates the required registers for the actual parameters (whose types are known only at instantiation time).
| Field Summary | |
(package private) java.util.Vector |
actualParamsDescs
Contains the expressionDescriptions for the actual parameters. |
(package private) FQNDescription |
funcName
The invoked func name. |
| Constructor Summary | |
(package private) |
FunctionCallExpressionDescription(FQNDescription funcName,
java.util.Vector actualParamsDescs)
|
| Method Summary | |
Expression |
instantiate(NameSpace ns)
Creates the placeholders for the actuel parameters transfer and the DefaultInstruction for the func invocation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.util.Vector actualParamsDescs
FQNDescription funcName
| Constructor Detail |
FunctionCallExpressionDescription(FQNDescription funcName,
java.util.Vector actualParamsDescs)
| Method Detail |
public Expression instantiate(NameSpace ns)
throws ParseException
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||