Table of Contents

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

string

NodePath

public CodeAstNodePath? NodePath { get; set; }

Property Value

CodeAstNodePath

Span

public CodeSpan Span { get; set; }

Property Value

CodeSpan