Class Union
Assembly: Automata.Core.dll
Syntax
public class Union : InfixBinary
Constructors
|
Edit this page
View Source
Union(AlangExpr, AlangExpr)
Declaration
public Union(AlangExpr left, AlangExpr right)
Parameters
Properties
|
Edit this page
View Source
AlangExpressionString
String representation of this expression in valid Alang language syntax.
Declaration
public override string AlangExpressionString { get; }
Property Value
Overrides
|
Edit this page
View Source
Precedence
Precedence level of this expression according to Alang grammar specification.
Declaration
public override int Precedence { get; }
Property Value
Overrides