class Prism::Reflection::OptionalConstantField

Parent:
Prism::Reflection::Field

An optional constant field represents a constant value on a node that may or may not be present. It resolves to either a symbol or nil in Ruby.

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