Class KleeneStar
Represents a Kleene star operation in the Alang language.
Inherited Members
Namespace: Automata.Core.Alang
Assembly: Automata.Core.dll
Syntax
public class KleeneStar : UnaryExpr
Remarks
The Kleene star operation is a unary postfix operator that denotes zero or more repetitions of the operand expression.
Constructors
| Edit this page View SourceKleeneStar(AlangExpr)
Represents a Kleene star operation in the Alang language.
Declaration
public KleeneStar(AlangExpr operand)
Parameters
Type | Name | Description |
---|---|---|
AlangExpr | operand | The operand expression to which the Kleene star operation is applied. |
Remarks
The Kleene star operation is a unary postfix operator that denotes zero or more repetitions of the operand expression.
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 |