pub struct ForwardingSuperNode<'pr> { /* private fields */ }Expand description
Represents the use of the super keyword without parentheses or arguments, but which might have a block.
super
^^^^^super { 123 }
^^^^^^^^^^^^^If it has any other arguments, it would be a SuperNode instead.
Implementations§
Source§impl<'pr> ForwardingSuperNode<'pr>
impl<'pr> ForwardingSuperNode<'pr>
Sourcepub fn flags(&self) -> pm_node_flags_t
pub fn flags(&self) -> pm_node_flags_t
Returns the flags of this node.