Enum tree_sitter_graph::ast::Statement [−][src]
pub enum Statement {
DeclareImmutable(DeclareImmutable),
DeclareMutable(DeclareMutable),
Assign(Assign),
CreateGraphNode(CreateGraphNode),
AddGraphNodeAttribute(AddGraphNodeAttribute),
CreateEdge(CreateEdge),
AddEdgeAttribute(AddEdgeAttribute),
Scan(Scan),
Print(Print),
}Expand description
A statement that can appear in a graph DSL stanza
Variants
DeclareImmutable(DeclareImmutable)Tuple Fields of DeclareImmutable
DeclareMutable(DeclareMutable)Tuple Fields of DeclareMutable
Assign(Assign)Tuple Fields of Assign
0: AssignCreateGraphNode(CreateGraphNode)Tuple Fields of CreateGraphNode
AddGraphNodeAttribute(AddGraphNodeAttribute)Tuple Fields of AddGraphNodeAttribute
CreateEdge(CreateEdge)Tuple Fields of CreateEdge
0: CreateEdgeAddEdgeAttribute(AddEdgeAttribute)Tuple Fields of AddEdgeAttribute
Scan(Scan)Tuple Fields of Scan
0: ScanPrint(Print)Tuple Fields of Print
0: PrintTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.