Class IrUnary
Represents a unary operation in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrUnary : IrNode
Fields
Op
Gets or sets the unary operator (e.g., "-", "!", etc.).
Declaration
public required string Op
Field Value
Type | Description |
---|---|
string |
Operand
Gets or sets the operand of the unary operation.
Declaration
public required IrNode? Operand
Field Value
Type | Description |
---|---|
IrNode |