Click or drag to resize

SequenceParserExceptionUnknownPatternElement Constructor

Creates an instance when the entity of the given name does not exist in the pattern of the rule of the given name.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceParserExceptionUnknownPatternElement(
	string ruleNameOrMatchClassName,
	string entityName
)

Parameters

ruleNameOrMatchClassName
Type: SystemString
entityName
Type: SystemString
See Also