coins.backend.opt
クラス Profiler.Trigger

java.lang.Object
  |
  +--coins.backend.opt.Profiler.Trigger
すべての実装インタフェース:
GlobalTransformer, Transformer
含まれているクラス:
Profiler

public static class Profiler.Trigger
extends java.lang.Object
implements GlobalTransformer


フィールドの概要
(パッケージプライベート)  int nCounters
           
 
コンストラクタの概要
Profiler.Trigger()
           
 
メソッドの概要
 boolean doIt(Module module, ImList args)
          Transform the L-Module.
 java.lang.String name()
          Return the name of the transforming engine.
 java.lang.String subject()
          Return brief description of the tranformation.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

nCounters

int nCounters
コンストラクタの詳細

Profiler.Trigger

public Profiler.Trigger()
メソッドの詳細

doIt

public boolean doIt(Module module,
                    ImList args)
インタフェース GlobalTransformer の記述:
Transform the L-Module.

定義:
インタフェース GlobalTransformer 内の doIt
パラメータ:
module - L-module to be transformed.
args - list of optional arguments.
戻り値:
true if transformation suceeded.

name

public java.lang.String name()
インタフェース Transformer の記述:
Return the name of the transforming engine. Used for trace tag name.

定義:
インタフェース Transformer 内の name
戻り値:
the name of the transforming engine.

subject

public java.lang.String subject()
インタフェース Transformer の記述:
Return brief description of the tranformation.

定義:
インタフェース Transformer 内の subject
戻り値:
brief description of the tranformation.