pm_next_node_t

Type Alias pm_next_node_t 

Source
pub type pm_next_node_t = pm_next_node;
Expand description

NextNode

Represents the use of the next keyword.

 next 1
 ^^^^^^

Type: ::PM_NEXT_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_next_node_t { pub base: pm_node, pub arguments: *mut pm_arguments_node, pub keyword_loc: pm_location_t, }

Fields§

§base: pm_node

The embedded base node.

§arguments: *mut pm_arguments_node

NextNode#arguments

§keyword_loc: pm_location_t

NextNode#keyword_loc