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.2
Syntax
C#
public void CheckFunctionMethodCall(
	SequenceExpression targetExpr,
	SequenceExpressionFunctionMethodCall seqExprFuncMethodCall
)

Parameters

targetExpr
Type: de.unika.ipd.grGen.libGrSequenceExpression
The target of the procedure function call
seqExprFuncMethodCall
Type: de.unika.ipd.grGen.libGrSequenceExpressionFunctionMethodCall
The function method call to check
See Also