Click or drag to resize

SequenceBinaryExpressionOperator Property

Returns the operator of this binary expression (enclosed in spaces); abstract property, to be overwritten by concrete operator symbol

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract string Operator { get; }

Property Value

String
See Also