Class: Prism::Reflection::ConstantField

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

Overview

A constant field represents a constant value on a node. Effectively, it represents an identifier found within the source. It resolves to a symbol 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