class Prism::Reflection::NodeListField

Parent:
Prism::Reflection::Field

A node list field represents a list of child nodes in the syntax tree. It resolves to an array of Prism::Node instances in Ruby.

Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.