Maven module :un.api : api-code :
Class : un.api.code.Transcoder
Extends/Implements : -
Subclasses : -

A transcoder reorganize CodeContexts object to be supported for another language.
This step is necessary even when there is common api between contexts because
languages all have different limitations.
TODO : need a factory, must not be a singleton.
author  Johann Sorel


Variables : -
Functions : getSourceFormat, getTargetFormat, convert



Chars getSourceFormat ()

Chars getTargetFormat ()

CodeContext convert (CodeContext context)