Class: RGen::Instantiator::ReferenceResolver::UnresolvedReference

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgen/instantiator/reference_resolver.rb

Overview

Instances of this class represent information about not yet resolved references. This consists of the element and metamodel featureName which hold/is to hold the reference and the proxy object which is the placeholder for the reference.

Instance Attribute Summary collapse

Instance Attribute Details

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



11
12
13
# File 'lib/rgen/instantiator/reference_resolver.rb', line 11

def element
  @element
end

#featureNameObject

Returns the value of attribute featureName

Returns:

  • (Object)

    the current value of featureName



11
12
13
# File 'lib/rgen/instantiator/reference_resolver.rb', line 11

def featureName
  @featureName
end

#proxyObject

Returns the value of attribute proxy

Returns:

  • (Object)

    the current value of proxy



11
12
13
# File 'lib/rgen/instantiator/reference_resolver.rb', line 11

def proxy
  @proxy
end