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.1
Syntax
C#
public SequenceParserExceptionMatchClassNotImplemented(
	string matchClassName,
	string ruleName
)

Parameters

matchClassName  String
 
ruleName  String
 
See Also