Elsa ast nodes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(update to olmar v2)
(removed superfluous heading)
Line 1: Line 1:
<!-- Besides the intro at the top this page has been generated\n
  -- with the olmar wiki bot on behalf of Hendrik Tews.
  -->
This page gives an overview over all Elsa Ast node types. For
This page gives an overview over all Elsa Ast node types. For
each node type it links to a page describing this type.
each node type it links to a page describing this type.
Line 13: Line 16:
It first follows a table with just the supertype nodes. Further
It first follows a table with just the supertype nodes. Further
below there is also a table with all subtype nodes.
below there is also a table with all subtype nodes.
== Elsa Ast Supertype nodes ==


<!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS OBOVE! -->
<!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS OBOVE! -->

Revision as of 22:29, 22 November 2007

This page gives an overview over all Elsa Ast node types. For each node type it links to a page describing this type. Disclaimer: The information here has been generated automatically from the Olmar branch and might therefore be not completely accurate for Elsa.


Elsa Ast nodes use a variant scheme with super- and subtypes. For instance there is the node type Statement with variants for each different statement type, for instance S_if for if-statements and S_while for while loops.

It first follows a table with just the supertype nodes. Further below there is also a table with all subtype nodes.

Olmar Ast Supertype nodes without subtypes

Olmar Ast Supertype nodes with subtypes