Class Difference
Represents a difference expression in the Alang
grammar.
Inherited Members
Namespace: Automata.Core.Alang
Assembly: Automata.Core.dll
Syntax
public class Difference : InfixBinary
Constructors
| Edit this page View SourceDifference(AlangExpr, AlangExpr)
Represents a difference expression in the Alang
grammar.
Declaration
public Difference(AlangExpr left, AlangExpr right)
Parameters
Type | Name | Description |
---|---|---|
AlangExpr | left | The left-hand side expression of the difference. |
AlangExpr | right | The right-hand side expression of the difference. |
Properties
| Edit this page View SourceAlangExpressionString
String representation of this expression in valid Alang language syntax.
Declaration
public override string AlangExpressionString { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourcePrecedence
Precedence level of this expression according to Alang grammar specification.
Declaration
public override int Precedence { get; }
Property Value
Type | Description |
---|---|
int |