Struct tree_sitter_graph::ast::Assign [−][src]
pub struct Assign {
pub variable: Variable,
pub value: Expression,
pub location: Location,
}Expand description
A set statement that updates the value of a mutable variable
Fields
variable: Variablevalue: Expressionlocation: Location