Package org.objectweb.fractal.adl.types

A Fractal ADL module to define interface types.

See:
          Description

Interface Summary
TypeBuilder A builder interface to build interface and component types.
TypeInterface An AST node interface to define typed interfaces.
 

Class Summary
FractalTypeBuilder A Fractal based implementation of the TypeBuilder interface.
JavaTypeBuilder A Java based implementation of the TypeBuilder interface.
StaticFractalTypeBuilder A Fractal based, static implementation of the TypeBuilder interface.
TypeCompiler A PrimitiveCompiler to compile TypeInterface nodes in definitions.
TypeLoader A Loader to check TypeInterface nodes in definitions.
 

Package org.objectweb.fractal.adl.types Description

A Fractal ADL module to define interface types. This module requires the "components" and "interfaces" modules.