Instances of this class represent information about not yet resolved
references. This consists of the element
and metamodel
feature_name
which hold/is to hold the reference and the
proxy
object which is the placeholder for the reference. If
the reference could not be resolved because the target type does not match
the feature type, the flag target_type_error
will be set.
# File lib/rgen/instantiator/reference_resolver.rb, line 24 def initialize(element, feature_name, proxy) @element = element @feature_name = feature_name @proxy = proxy end