Package se.chalmers.cs.gf.linearize

Linearization functionality.

See:
          Description

Interface Summary
Linearizer Interface implemented by all linearizers.
TypeAnnotator Does type annotation of abstract syntax trees.
 

Class Summary
GFCLinearizer A linearizer which interprets a concrete GFC module.
GFCMLinearizers Create linearizers for each concrete module in a parsed GFCM.
GFCTypeAnnotator Does type annotation of abstract syntax trees.
InterpretLinRule Does linearization by interpreting a GFC linearization rule.
LinearizeLogger Handles logging for the linearize package.
Linearizers A container for a number of linearizers.
LinearizeTree Linearize an abstract syntax tree to a string representation of the tree itself.
 

Package se.chalmers.cs.gf.linearize Description

Linearization functionality.