 | SequenceParserExceptionMatchClassNotImplemented Constructor |
Creates an instance when match class with the given name is not implemented by the rule with the given name.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic SequenceParserExceptionMatchClassNotImplemented(
string matchClassName,
string ruleName
)
Parameters
- matchClassName String
-
- ruleName String
-
See Also