Package org.objectweb.fractal.adl.bindings

A Fractal ADL module to define component bindings.

Interface Summary

Binding An AST node interface to define a binding.
BindingBuilder A builder interface to build bindings.
BindingContainer An AST node interface for nodes that can contain bindings.

Class Summary

BindingCompiler A PrimitiveCompiler to compile Binding nodes in definitions.
BindingLoader A Loader to check Binding nodes in definitions.
FractalBindingBuilder A Fractal based implementation of the BindingBuilder interface.
JavaBindingBuilder A Java based implementation of the BindingBuilder interface.
StaticFractalBindingBuilder A Fractal based, static implementation of the BindingBuilder interface.
StaticJavaBindingBuilder A Java based, static implementation of the BindingBuilder interface.
TypeBindingLoader An extended BindingLoader for components with typed interfaces.
A Fractal ADL module to define component bindings. This module requires the "components" and "interfaces" modules (the "types" module is also required to use the TypeBindingLoader).