Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Discoverers"

(New page: Here is a list of discoverers provided by MoDisco project : * [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST discoverer], creates a Java abstract syntax tree out o...)
 
Line 1: Line 1:
 
Here is a list of discoverers provided by MoDisco project :
 
Here is a list of discoverers provided by MoDisco project :
  
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST discoverer], creates a Java abstract syntax tree out of Java source code.
+
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST discoverer] : creates a Java abstract syntax tree out of Java source code.
* [[MoDisco/JavaDiscoverer|Java Discoverer]], creates a Java abstract syntax graph where links between named element are resolved. This discoverer produces a [[MoDisco/J2SE5|J2SE5]] model or a [[MoDisco/KDM|KDM]] model.
+
* [[MoDisco/JavaDiscoverer|Java Discoverer]] : creates a Java abstract syntax graph where links between named element are resolved. This discoverer produces a [[MoDisco/J2SE5|J2SE5]] model or a [[MoDisco/KDM|KDM]] model.
 +
* JAR Discoverer : creates a UML model out of a JAR file.

Revision as of 16:54, 11 March 2009

Here is a list of discoverers provided by MoDisco project :

  • JavaAST discoverer : creates a Java abstract syntax tree out of Java source code.
  • Java Discoverer : creates a Java abstract syntax graph where links between named element are resolved. This discoverer produces a J2SE5 model or a KDM model.
  • JAR Discoverer : creates a UML model out of a JAR file.

Back to the top