class Prism::Reflection::OptionalLocationField

一个可选位置字段表示节点源代码中某部分的位置,该位置可能存在也可能不存在。它在 Ruby 中解析为 Prism::Location 或 nil。