public class FunctionCallInfo extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionName()
see
functionName |
java.util.Optional<IToken> |
getPassedExportingToken(java.lang.String formalParamterName)
Gets the token which is passed to the given exporting parameter
|
boolean |
isSettingErrorCodeForException(java.lang.String exceptionName)
Checks if an error code is set for the given exception name, this is the case
if a value not equal to is
specified in the EXECPTIONS section or, if the value is not specified
explicitly, the value for OTHERS is specified and not equal to
.
|
public java.lang.String getFunctionName()
functionName
public java.util.Optional<IToken> getPassedExportingToken(java.lang.String formalParamterName)
Optional
holding the single token which is passed to the
given formal parameter. If the given exporting parameter is not set
or a list of tokens is passed, the result is empty.public boolean isSettingErrorCodeForException(java.lang.String exceptionName)
true
if an exception with this name specified and a
value other than is
assigned or, if the exception is not specified explicitly but OTHERS
is specified to be not