public class FunctionCall extends Object
| Constructor and Description |
|---|
FunctionCall(boolean aIsStatic) |
FunctionCall(boolean aIsStatic,
boolean aDoPreprocess) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(Argument arg) |
boolean |
doPreprocess() |
List<Argument> |
getArguments() |
String |
getExternalFunctionName() |
Map<String,String> |
getParameters() |
List<String> |
getParamList() |
String |
getUuid() |
String |
getXSLdirectFunctionCall(String aCallId) |
String |
getXSLdirectFunctionCallById(String aCallId) |
String |
getXSLpositionFunctionCall() |
String |
getXSLpreparatedFunctionCall() |
boolean |
isStatic() |
void |
setArguments(List<Argument> aArgList) |
void |
setExternalFunctionName(String externalFunctionName) |
void |
setParameters(Map<String,String> parameters) |
void |
setParamList(List<String> paramList) |
void |
setStatic(boolean isStatic) |
public FunctionCall(boolean aIsStatic)
public FunctionCall(boolean aIsStatic,
boolean aDoPreprocess)
public boolean doPreprocess()
public String getXSLpreparatedFunctionCall()
public String getXSLpositionFunctionCall()
public void setExternalFunctionName(String externalFunctionName)
public String getExternalFunctionName()
public void addArgument(Argument arg)
public String getUuid()
public void setStatic(boolean isStatic)
isStatic - the isStatic to setpublic boolean isStatic()
Copyright © 2025. All rights reserved.