class YPS::Position

Position is a placeholder retaining position information of a parsed object.

Fields:

filename

File name of the original YAML file.

line

Line number in the original YAML string where a parsed object is started.

column

Column number in the original YAML string where a parsed object is started.