Class Statement
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public abstract record Statement : IEquatable<Statement>Inheritance
Section titled “Inheritance”Derived
Section titled “Derived”AssignmentStatement, BreakStatement, ContinueStatement, ExpressionStatement, ForRangeStatement, IfStatement, ReturnStatement, WhileStatement
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”Statement(SourceSpan)
Section titled “ Statement(SourceSpan)”protected Statement(SourceSpan Span)Parameters
Section titled “Parameters”Span SourceSpan
Properties
Section titled “Properties”public SourceSpan Span { get; init; }