Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.05 KB

File metadata and controls

41 lines (24 loc) · 1.05 KB

minisql.admin.fullclient.SqlSyntaxNode

Home · Source file

SqlSyntaxNode

struct SqlSyntaxNode

Links presentation spans during a linear-time lexer pass.

View source

Members

next

next

Points to the next node or void at the tail.

View source

span

span

Stores the syntax span owned by this node.

View source