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
Segments
public List<CodeAstPathSegment> Segments { get; set; }