Click or drag to resize

SequenceParserExceptionModelFlagDeclarationMissing Constructor

Creates an instance with the expected declaration of the missing flag and the function that requires the flag to be set.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceParserExceptionModelFlagDeclarationMissing(
	string missingFlagDeclaration,
	string flagUser
)

Parameters

missingFlagDeclaration
Type: SystemString
flagUser
Type: SystemString
See Also