Class CodeLocation
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
Location information for an item within code.
public sealed class CodeLocation
- Inheritance
-
CodeLocation
- Inherited Members
Properties
FilePath
public string? FilePath { get; set; }
Property Value
NodePath
public CodeAstNodePath? NodePath { get; set; }
Property Value
Span
public CodeSpan Span { get; set; }