Type Alias ruby_prism_sys::pm_pinned_expression_node_t
source · 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_nodeThe embedded base node.
expression: *mut pm_nodePinnedExpressionNode#expression
operator_loc: pm_location_tPinnedExpressionNode#operator_loc
lparen_loc: pm_location_tPinnedExpressionNode#lparen_loc
rparen_loc: pm_location_tPinnedExpressionNode#rparen_loc