Extension points provided by TRex

Currently, TRex provides the following extension point:

  • de.ugoe.cs.swe.trex.ui.postAnalysisStep: It allows to add own analysis plug-ins (e.g. metrics calculation, further static analsysis) just after TRex has finished its analysis of a module, i.e. created the syntax tree and symbol table. Since this analysis is initiated e.g. after the user stops typing inside the editor (i.e. reconciling) this extension point is part of the de.ugoe.cs.swe.trex.ui plug-in. Hence use the plugin.xml of that plug-in to explore this extension point.
  • de.ugoe.cs.swe.trex.ui.compiler is currently being added to allow easy addition of further TTCN-3 compilers.

If you like to have further extension points added, feel free to create an issue in our bug tracking system or to discuss it on the developer's mailing list.