pub type pm_return_node_t = pm_return_node;Expand description
ReturnNode
Represents the use of the return keyword.
return 1
^^^^^^^^Type: ::PM_RETURN_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_return_node_t {
pub base: pm_node,
pub keyword_loc: pm_location_t,
pub arguments: *mut pm_arguments_node,
}Fields§
§base: pm_nodeThe embedded base node.
keyword_loc: pm_location_tReturnNode#keyword_loc
arguments: *mut pm_arguments_nodeReturnNode#arguments