Class Expression
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public abstract record Expression : IEquatable<Expression>Inheritance
Section titled “Inheritance”Derived
Section titled “Derived”BinaryExpression, CallExpression, LiteralExpression, UnaryExpression, VariableExpression
Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”Expression(SourceSpan)
Section titled “ Expression(SourceSpan)”protected Expression(SourceSpan Span)Parameters
Section titled “Parameters”Span SourceSpan
Properties
Section titled “Properties”public SourceSpan Span { get; init; }