pub type pm_pinned_expression_node_t = pm_pinned_expression_node;
Expand description

PinnedExpressionNode

Type: PM_PINNED_EXPRESSION_NODE

@extends pm_node_t

Aliased Type§

struct pm_pinned_expression_node_t {
    pub base: pm_node,
    pub expression: *mut pm_node,
    pub operator_loc: pm_location_t,
    pub lparen_loc: pm_location_t,
    pub rparen_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§expression: *mut pm_node

PinnedExpressionNode#expression

§operator_loc: pm_location_t

PinnedExpressionNode#operator_loc

§lparen_loc: pm_location_t

PinnedExpressionNode#lparen_loc

§rparen_loc: pm_location_t

PinnedExpressionNode#rparen_loc