Table of Contents

Class CodeAstNodePath

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll

Represents a stable, structured path to an AST node.

public sealed class CodeAstNodePath
Inheritance
CodeAstNodePath
Inherited Members

Properties

HumanReadablePath

public string? HumanReadablePath { get; set; }

Property Value

string

Segments

public List<CodeAstPathSegment> Segments { get; set; }

Property Value

List<CodeAstPathSegment>