 | SequenceParserExceptionOperatorNotFound Constructor |
Creates an instance when an operator is not available for the supplied types.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic SequenceParserExceptionOperatorNotFound(
string name,
string leftType,
string rightType,
string expression
)
Parameters
- name
- Type: SystemString
- leftType
- Type: SystemString
- rightType
- Type: SystemString
- expression
- Type: SystemString
See Also