Type Alias ruby_prism_sys::pm_when_node_t
source · pub type pm_when_node_t = pm_when_node;Expand description
WhenNode
Type: PM_WHEN_NODE
@extends pm_node_t
Aliased Type§
struct pm_when_node_t {
pub base: pm_node,
pub keyword_loc: pm_location_t,
pub conditions: pm_node_list,
pub statements: *mut pm_statements_node,
}Fields§
§base: pm_nodeThe embedded base node.
keyword_loc: pm_location_tWhenNode#keyword_loc
conditions: pm_node_listWhenNode#conditions
statements: *mut pm_statements_nodeWhenNode#statements