pub struct BlockLocalVariableNode<'pr> { /* private fields */ }Expand description
Represents a block local variable.
a { |; b| }
^Implementations§
Source§impl<'pr> BlockLocalVariableNode<'pr>
impl<'pr> BlockLocalVariableNode<'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 is_repeated_parameter(&self) -> bool
pub fn is_repeated_parameter(&self) -> bool
a parameter name that has been repeated in the method signature
Sourcepub fn name(&self) -> ConstantId<'pr>
pub fn name(&self) -> ConstantId<'pr>
Returns the name param