Class: Prism::Reflection::NodeListField
- Defined in:
- lib/prism/reflection.rb
Overview
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.
Instance Attribute Summary
Attributes inherited from Field
Method Summary
Methods inherited from Field
Constructor Details
This class inherits a constructor from Prism::Reflection::Field