class Spectator::NameNodeFilter
Overview
Filter that matches nodes based on their name.
Defined in:
spectator/name_node_filter.crConstructors
-
.new(name : String)
Creates the node filter.
Instance Method Summary
-
#includes?(node) : Bool
Checks whether the node satisfies the filter.