Click or drag to resize

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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceParserExceptionMatchClassNotImplemented(
	string matchClassName,
	string ruleName
)

Parameters

matchClassName
Type: SystemString
ruleName
Type: SystemString
See Also