pub struct StatementsNode<'pr> { /* private fields */ }Expand description
Represents a set of statements contained within some scope.
foo; bar; baz
^^^^^^^^^^^^^Implementations§
Source§impl<'pr> StatementsNode<'pr>
impl<'pr> StatementsNode<'pr>
Sourcepub fn flags(&self) -> pm_node_flags_t
pub fn flags(&self) -> pm_node_flags_t
Returns the flags of this node.