coins.backend
インタフェース GlobalTransformer

すべてのスーパーインタフェース:
Transformer
既知の実装クラスの一覧:
Profiler.Trigger

public interface GlobalTransformer
extends Transformer

Interface for L-module transformer


メソッドの概要
 boolean doIt(Module mod, ImList args)
          Transform the L-Module.
 
インタフェース coins.backend.Transformer から継承したメソッド
name, subject
 

メソッドの詳細

doIt

public boolean doIt(Module mod,
                    ImList args)
Transform the L-Module.

パラメータ:
mod - L-module to be transformed.
args - list of optional arguments.
戻り値:
true if transformation suceeded.