pub struct RangeNode<'pr> { /* private fields */ }Expand description
Represents the use of the .. or ... operators.
1..2
^^^^c if a =~ /left/ ... b =~ /right/
^^^^^^^^^^^^^^^^^^^^^^^^^^^^Implementations§
Source§impl<'pr> RangeNode<'pr>
impl<'pr> RangeNode<'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_exclude_end(&self) -> bool
pub fn is_exclude_end(&self) -> bool
… operator
Sourcepub fn operator_loc(&self) -> Location<'pr>
pub fn operator_loc(&self) -> Location<'pr>
Returns the operator_loc param