Click or drag to resize

SequenceParserExceptionOperatorNotFound Class

Inheritance Hierarchy
SystemObject
  SystemException
    de.unika.ipd.grGen.libGrSequenceParserException
      de.unika.ipd.grGen.libGrSequenceParserExceptionOperatorNotFound

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class SequenceParserExceptionOperatorNotFound : SequenceParserException

The SequenceParserExceptionOperatorNotFound type exposes the following members.

Constructors
  NameDescription
Public methodSequenceParserExceptionOperatorNotFound
Creates an instance when an operator is not available for the supplied types.
Top
Properties
Fields
  NameDescription
Public fieldExpression
The sub-expression as string for which the operator given in Name was not defined for the types given in LeftType and RightType
Public fieldLeftType
The left type given for the operator
Public fieldOperatorName
Public fieldRightType
The right type given for the operator
Top
See Also