pub struct LocalVariableReadNode<'pr> { /* private fields */ }Expand description
Represents reading a local variable. Note that this requires that a local variable of the same name has already been written to in the same scope, otherwise it is parsed as a method call.
foo
^^^Implementations§
Source§impl<'pr> LocalVariableReadNode<'pr>
impl<'pr> LocalVariableReadNode<'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