Swiftui2Lvn.AstNode (swiftui_2_lvn v0.1.6)

View Source

Represents a node in the Swift AST.

This module defines the structure for AST nodes that are parsed from Swift code.

Summary

Types

t()

@type t() :: %Swiftui2Lvn.AstNode{
  children: [t()],
  id: String.t() | nil,
  text: String.t() | nil,
  type: String.t() | nil
}