pm_flip_flop_node_t

Type Alias pm_flip_flop_node_t 

Source
pub type pm_flip_flop_node_t = pm_flip_flop_node;
Expand description

FlipFlopNode

Represents the use of the .. or ... operators to create flip flops.

 baz if foo .. bar
        ^^^^^^^^^^

Type: ::PM_FLIP_FLOP_NODE

Flags (#pm_range_flags):

  • ::PM_RANGE_FLAGS_EXCLUDE_END

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_flip_flop_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

FlipFlopNode#left

§right: *mut pm_node

FlipFlopNode#right

§operator_loc: pm_location_t

FlipFlopNode#operator_loc