Click or drag to resize

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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public 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