efl/src/tests/eolian
Daniel Zaoui dc3178404f Eolian: modify 'implement' API parameters.
The function eolian_implement_information_get was returning strings for
the class and the function. It was written in this way at the beginning
because it was not needed to verify the correctness of the class and
the function.
Now that we have the namespace feature, this function must check it,
meaning that the class and the function are now known.
So we can return them instead of returning the strings.

The generators had to find the class from the classname. It is no more
needed.

The C++ generator has been adapted to this new API.
2014-05-29 14:48:05 +03:00
..
data Eolian: add the super invocation for developer code generation. 2014-05-29 10:03:45 +03:00
eolian_generation.c Eolian test: Fix other compilation warnings 2014-05-28 11:18:51 +09:00
eolian_parsing.c Eolian: modify 'implement' API parameters. 2014-05-29 14:48:05 +03:00
eolian_suite.c Eolian: add test for generator. 2014-05-26 13:56:06 +03:00
eolian_suite.h Eolian: add test for generator. 2014-05-26 13:56:06 +03:00