Mobile Tools for Java
Release 1.0

Package org.eclipse.mtj.core.symbol

This package provides an API for managing all symbols that are used during the preprocessing operations.

See:
          Description

Interface Summary
ISymbol A Symbol is a pair <name; value> and may be used for preprocessing purposes.
ISymbolSet Symbol definition sets provide a means to define a group of related symbols with a particular name to reference that group.
ISymbolSetFactory This API provides a mechanism to create symbols set.
ISymbolSetRegistry The SymbolSet registry is the main entry point that is used to manage the SymbolSets that are currently available.
ISymbolSetRegistryChangeListener Classes which implement this interface provide a method that deals with the events that are generated when the ISymbolSetRegistry is modified.
 

Package org.eclipse.mtj.core.symbol Description

This package provides an API for managing all symbols that are used during the preprocessing operations.


Mobile Tools for Java
Release 1.0