node_isleaf Interface

interface


Calls

interface~~node_isleaf~~CallsGraph interface~node_isleaf node_isleaf proc~node_isleaf node_isleaf interface~node_isleaf->proc~node_isleaf

private module function node_isleaf(this) result(res)

Arguments

Type IntentOptional AttributesName
class(node_t), intent(in) :: this

A node_t instance.

Return Value logical

true if this is a leaf node, false otherwise.

Description

Is this a leaf node?