Show / Hide Table of Contents

Class IrBlock

Abstract base class for block statements in the IR.

Inheritance
object
IrNode
IrBlock
Inherited Members
IrNode.Line
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public abstract class IrBlock : IrNode

Fields

Statements

Gets the list of statements contained in this block.

Declaration
public readonly List<IrNode?> Statements
Field Value
Type Description
List<IrNode>
In this article
Back to top Generated by DocFX