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_nodeThe embedded base node.
left: *mut pm_nodeAndNode#left
right: *mut pm_nodeAndNode#right
operator_loc: pm_location_tAndNode#operator_loc