class Prism::Reflection::OptionalLocationField
An optional ___location field represents the ___location of some part of the node in the source code that may or may not be present. It resolves to either a Prism::Location
or nil in Ruby.
An optional ___location field represents the ___location of some part of the node in the source code that may or may not be present. It resolves to either a Prism::Location
or nil in Ruby.