Click or drag to resize

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.1
Syntax
C#
public SequenceParserExceptionOperatorNotFound(
	string name,
	string leftType,
	string rightType,
	string expression
)

Parameters

name  String
 
leftType  String
 
rightType  String
 
expression  String
 
See Also