pub struct InNode<'pr> { /* private fields */ }Expand description
Represents the use of the in keyword in a case statement.
case a; in b then c end
^^^^^^^^^^^Implementations§
Source§impl<'pr> InNode<'pr>
impl<'pr> InNode<'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 statements(&self) -> Option<StatementsNode<'pr>>
pub fn statements(&self) -> Option<StatementsNode<'pr>>
Returns the statements param