Class EmptySet
Represents an empty set expression in the Alang
(Automata language).
Inherited Members
Namespace: Automata.Core.Alang
Assembly: Automata.Core.dll
Syntax
public class EmptySet : AlangExpr
Remarks
This class is used to define an empty set in finite-state automata expressions.
Constructors
| Edit this page View SourceEmptySet()
Initializes a new instance of the EmptySet class.
Declaration
public EmptySet()
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 |