Module: Puppet::Pops::Model::Program::ClassModule Private

Defined in:
lib/puppet/pops/model/model.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#locatorObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



120
121
122
123
124
125
# File 'lib/puppet/pops/model/model.rb', line 120

def locator
  unless result = getLocator
    setLocator(result = Parser::Locator.locator(source_text, source_ref(), line_offsets, char_offsets))
  end
  result
end