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_nodeThe embedded base node.
value: *mut pm_nodeMatchPredicateNode#value
pattern: *mut pm_nodeMatchPredicateNode#pattern
operator_loc: pm_location_tMatchPredicateNode#operator_loc