FixtureTemplateAst

@Serializable
class FixtureTemplateAst(val segments: List<FixtureSegment>)(source)

Public, language-neutral mirror of a parsed template's AST, used to compare parse results against grammar conformance fixtures and to exchange parse trees across module boundaries without exposing internal AST types.

Constructors

Link copied to clipboard
constructor(segments: List<FixtureSegment>)

Properties

Link copied to clipboard

the ordered top-level segments of the parsed template.