pub type pm_match_predicate_node_t = pm_match_predicate_node;
Expand description

MatchPredicateNode

Type: PM_MATCH_PREDICATE_NODE

@extends pm_node_t

Aliased Type§

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