Class CodeAstPathSegment
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
A structured segment in an AST node path.
public sealed class CodeAstPathSegment
- Inheritance
-
CodeAstPathSegment
- Inherited Members
Properties
Index
public int? Index { get; set; }
Property Value
- int?
Kind
public string Kind { get; set; }
Property Value
Name
public string? Name { get; set; }