pm_match_predicate_node_t

Type Alias pm_match_predicate_node_t 

Source
pub type pm_match_predicate_node_t = pm_match_predicate_node;
Expand description

MatchPredicateNode

Represents the use of the modifier in operator.

 foo in bar
 ^^^^^^^^^^

Type: ::PM_MATCH_PREDICATE_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_match_predicate_node_t { pub base: pm_node, pub value: *mut pm_node, pub pattern: *mut pm_node, pub operator_loc: pm_location_t, }

Fields§

§base: pm_node

The embedded base node.

§value: *mut pm_node

MatchPredicateNode#value

§pattern: *mut pm_node

MatchPredicateNode#pattern

§operator_loc: pm_location_t

MatchPredicateNode#operator_loc