pub struct LocalVariableTargetNode<'pr> { /* private fields */ }Expand description
Represents writing to a local variable in a context that doesn’t have an explicit value.
foo, bar = baz
^^^ ^^^foo => baz
^^^Implementations§
Source§impl<'pr> LocalVariableTargetNode<'pr>
impl<'pr> LocalVariableTargetNode<'pr>
Sourcepub fn flags(&self) -> pm_node_flags_t
pub fn flags(&self) -> pm_node_flags_t
Returns the flags of this node.
Sourcepub fn name(&self) -> ConstantId<'pr>
pub fn name(&self) -> ConstantId<'pr>
Returns the name param