Class: Prism::Reflection::ConstantListField

Inherits:
Field
  • Object
show all
Defined in:
lib/prism/reflection.rb

Overview

A constant list field represents a list of constant values on a node. It resolves to an array of symbols in Ruby.

Instance Attribute Summary

Attributes inherited from Field

#name

Method Summary

Methods inherited from Field

#initialize

Constructor Details

This class inherits a constructor from Prism::Reflection::Field