Show / Hide Table of Contents

Class IrGoto

Represents a goto statement in the IR.

Inheritance
object
IrNode
IrGoto
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 class IrGoto : IrNode

Fields

Label

Gets or sets the label to jump to.

Declaration
public required string Label
Field Value
Type Description
string
In this article
Back to top Generated by DocFX