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
Symbol
Construct's symbol.
public StringSegment Symbol { get; }
Property Value
Type
Construct's type.
public ParsedExpressionConstructType Type { get; }
Property Value
Methods
ToString()
Returns a string representation of this ParsedExpressionConstructInfo instance.
[Pure]
public override string ToString()
Returns
- string
String representation.