Class LiteralExpression
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record LiteralExpression : Expression, IEquatable<Expression>, IEquatable<LiteralExpression>Inheritance
Section titled “Inheritance”object ← Expression ← LiteralExpression
Implements
Section titled “Implements”IEquatable<Expression>, IEquatable<LiteralExpression>
Inherited Members
Section titled “Inherited Members”Expression.Span, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”LiteralExpression(SandboxValue, SourceSpan)
Section titled “ LiteralExpression(SandboxValue, SourceSpan)”public LiteralExpression(SandboxValue Value, SourceSpan Span)Parameters
Section titled “Parameters”Value SandboxValue
Span SourceSpan
Properties
Section titled “Properties”public SandboxValue Value { get; init; }