public class ParsedFunctionCall extends Object
funcName(arg1,arg2,...)
.Constructor and Description |
---|
ParsedFunctionCall(String funcName,
double[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ParsedFunctionCall |
fromString(String txt)
Constructs a ParsedFunctionCall instance from a string.
|
double[] |
getArguments()
Returns the array of arguments.
|
String |
getFunctionName()
Returns the function name.
|
String |
toString()
Serializes this object in the form
name(arg1,arg2,...) . |
public ParsedFunctionCall(String funcName, double[] args)
funcName
- function nameargs
- list of arguments, may be nullpublic String getFunctionName()
public double[] getArguments()
public String toString()
name(arg1,arg2,...)
.
If the argument array is null, there will be no brackets.public static ParsedFunctionCall fromString(String txt)
toString()
.txt
- string representationCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.