Table of Contents

Struct ParsedExpressionConstructInfo

Namespace
LfrlAnvil.Computable.Expressions.Internal
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents information about a construct.

public readonly struct ParsedExpressionConstructInfo
Inherited Members

Properties

Construct

Construct's instance.

public object Construct { get; }

Property Value

object

Symbol

Construct's symbol.

public StringSegment Symbol { get; }

Property Value

StringSegment

Type

Construct's type.

public ParsedExpressionConstructType Type { get; }

Property Value

ParsedExpressionConstructType

Methods

ToString()

Returns a string representation of this ParsedExpressionConstructInfo instance.

[Pure]
public override string ToString()

Returns

string

String representation.