 | SequenceCheckingEnvironmentCheckFunctionMethodCall Method |
Helper for checking function method calls.
Checks whether called entity exists, and type checks the input.
Throws an exception when an error is found.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic void CheckFunctionMethodCall(
SequenceExpression targetExpr,
SequenceExpressionFunctionMethodCall seqExprFuncMethodCall
)
Parameters
- targetExpr SequenceExpression
- The target of the procedure function call
- seqExprFuncMethodCall SequenceExpressionFunctionMethodCall
- The function method call to check
See Also