public interface FunCall extends Exp
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.
| Modifier and Type | Method and Description | 
|---|---|
Exp | 
getArg(int index)
Returns the  
indexth 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. 
 | 
Exp getArg(int index)
indexth argument to this function
 call.index - Ordinal of the argumentindexth argument to this function callExp[] getArgs()
int getArgCount()
String getFunName()
Syntax getSyntax()
Copyright © 2019 Hitachi Vantara. All rights reserved.