Struct tree_sitter_graph::ast::Stanza [−][src]
Expand description
One stanza within a file
Fields
query: QueryThe tree-sitter query for this stanza
statements: Vec<Statement>The list of statements in the stanza
location: Location