 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic SequenceParserExceptionUnknownPatternElement(
string ruleNameOrMatchClassName,
string entityName
)
Parameters
- ruleNameOrMatchClassName String
-
- entityName String
-
See Also