Class: CodeModels::JavaParserWrapper::BasicTransformationFactory

Inherits:
Object
  • Object
show all
Includes:
TransformationFactory
Defined in:
lib/codemodels/javaparserwrapper/parserwrapper.rb

Overview

They look in a specified Module for a class with the same name as the class of the original object

Instance Attribute Summary collapse

Method Summary

Methods included from TransformationFactory

#instantiate_transformed

Instance Attribute Details

#target_moduleObject

Returns the value of attribute target_module.



23
24
25
# File 'lib/codemodels/javaparserwrapper/parserwrapper.rb', line 23

def target_module
  @target_module
end