Click or drag to resize

SequenceCheckingEnvironmentCheckFunctionCall Method

Helper for checking function calls. Type checks the input, type checks the output. 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 CheckFunctionCall(
	SequenceExpressionFunctionCall seq
)

Parameters

seq  SequenceExpressionFunctionCall
The function call to check
See Also