 | SequenceParserExceptionCallParameterIssue Constructor |
Creates an instance with the number of input or output parameters that do not match for the invocation,
or the input or output parameter that does not match for the invocation.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic SequenceParserExceptionCallParameterIssue(
Invocation invocation,
int numGiven,
CallParameterIssueType callParameterIssue,
int badParamIndexOrNumExpected
)
Parameters
- invocation Invocation
- The rule/sequence/procedure/function invocation.
- numGiven Int32
- The number of inputs or outputs given.
- callParameterIssue CallParameterIssueType
- The type of call parameter issue.
- badParamIndexOrNumExpected Int32
- The index of a bad parameter, or the number of expected parameters.
See Also