ArgType.TypeName| Constructor and Description |
|---|
FunctionCall() |
FunctionCall(String funcName) |
FunctionCall(String inputType,
String funcName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunctionArg(ArgType argType) |
List<ArgType> |
getArgs() |
Object[] |
getArguments() |
String |
getFunctionName() |
String |
getInputClass() |
String |
getInputType() |
String |
getOutputType() |
FunctionCall |
getVirtdataCall(int i) |
void |
setFuncName(String funcName) |
void |
setInputType(String inputType) |
void |
setOutputType(String outputType) |
String |
toString() |
public FunctionCall()
public FunctionCall(String funcName)
public void addFunctionArg(ArgType argType)
public void setInputType(String inputType)
public void setFuncName(String funcName)
public void setOutputType(String outputType)
public FunctionCall getVirtdataCall(int i)
public String getFunctionName()
public String getInputType()
public String getOutputType()
public Object[] getArguments()
public String getInputClass()
Copyright © 2018. All rights reserved.