[Compiler] ModuleLoader: Detect props and stuff.

Authored by akreuzkamp.

Description

[Compiler] ModuleLoader: Detect props and stuff.

Now ModuleLoader is able to detect properties, methods, signals and
inheritancies. That means it's able to detect the property and its
name and adds it to the class object (the same for methods and
signals). It's not yet able to detect attributes of properties like
defaultValue, readonly, etc. Also it's not able to detect parameters
of methods and signals.

All tests work.

Details

Committed
akreuzkampSep 8 2015, 10:29 AM
Differential Revision
D335: [Compiler] Implement module loading.
Parents
R18:8fb6cd26ea47: [Compiler] Adapt ModuleLoader to changed syntax
Branches
Unknown
Tags
Unknown