Type Alias ruby_prism_sys::pm_and_node_t

source ·
pub type pm_and_node_t = pm_and_node;
Expand description

AndNode

Type: PM_AND_NODE

@extends pm_node_t

Aliased Type§

struct pm_and_node_t {
    pub base: pm_node,
    pub left: *mut pm_node,
    pub right: *mut pm_node,
    pub operator_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§left: *mut pm_node

AndNode#left

§right: *mut pm_node

AndNode#right

§operator_loc: pm_location_t

AndNode#operator_loc