Class CodeAstEdge
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
Represents a relationship between two AST nodes (typically parent/child).
public sealed class CodeAstEdge
- Inheritance
-
CodeAstEdge
- Inherited Members
Properties
ChildNodeId
public int ChildNodeId { get; set; }
Property Value
ParentNodeId
public int ParentNodeId { get; set; }