coins.backend.sim
クラス SimFuncTableElem

java.lang.Object
  |
  +--coins.backend.sim.SimFuncTableElem

public class SimFuncTableElem
extends java.lang.Object


フィールドの概要
 Function acg
           
 java.util.ArrayList acg2bcg
           
 java.util.ArrayList acg2bcghost
           
 java.util.ArrayList acgbb
           
 FlowGraph acgflow
           
 Function bcg
           
 java.util.ArrayList bcgbb
           
 FlowGraph bcgflow
           
 Function bcghost
           
 java.util.ArrayList bcghostbb
           
 FlowGraph bcghostflow
           
static java.lang.String FALSE
           
 java.util.Hashtable hostlocalsymbol
           
 int iacgbb
           
 int ibcgbb
           
 int ibcghostbb
           
 int ihostlocalsymbol
           
 int imarkersacg
           
 int imarkersbcg
           
 int imarkersbcghost
           
 int imarkerscountacg
           
 int imemsacg
           
 int imemsbcghost
           
 int imemsbcghosthash
           
 java.util.ArrayList instrsbcghostnew
           
 int itargetlocalsymbol
           
 java.util.ArrayList markersacg
           
 java.util.ArrayList markersbaseacg
           
 java.util.Hashtable markersbcg
           
 java.util.Hashtable markersbcghost
           
 java.util.ArrayList markerscountacg
           
 java.util.ArrayList memsacgbb
           
 java.util.ArrayList memsbcghost
           
 java.util.Hashtable memsbcghosthash
           
 java.lang.String name
           
 java.util.Hashtable targetlocalsymbol
           
static java.lang.String TRUE
           
 
コンストラクタの概要
(パッケージプライベート) SimFuncTableElem(java.lang.String funcname, Function acgf, Function bcgf, Function bcghostf, int simCount, int simMem)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

public java.lang.String name

hostlocalsymbol

public java.util.Hashtable hostlocalsymbol

ihostlocalsymbol

public int ihostlocalsymbol

targetlocalsymbol

public java.util.Hashtable targetlocalsymbol

itargetlocalsymbol

public int itargetlocalsymbol

acg

public Function acg

bcg

public Function bcg

bcghost

public Function bcghost

acgflow

public FlowGraph acgflow

bcgflow

public FlowGraph bcgflow

bcghostflow

public FlowGraph bcghostflow

iacgbb

public int iacgbb

ibcgbb

public int ibcgbb

ibcghostbb

public int ibcghostbb

acgbb

public java.util.ArrayList acgbb

bcgbb

public java.util.ArrayList bcgbb

bcghostbb

public java.util.ArrayList bcghostbb

markersacg

public java.util.ArrayList markersacg

markersbaseacg

public java.util.ArrayList markersbaseacg

markerscountacg

public java.util.ArrayList markerscountacg

markersbcg

public java.util.Hashtable markersbcg

markersbcghost

public java.util.Hashtable markersbcghost

memsbcghosthash

public java.util.Hashtable memsbcghosthash

memsbcghost

public java.util.ArrayList memsbcghost

memsacgbb

public java.util.ArrayList memsacgbb

acg2bcghost

public java.util.ArrayList acg2bcghost

acg2bcg

public java.util.ArrayList acg2bcg

imarkersacg

public int imarkersacg

imarkerscountacg

public int imarkerscountacg

imarkersbcg

public int imarkersbcg

imarkersbcghost

public int imarkersbcghost

imemsbcghosthash

public int imemsbcghosthash

imemsbcghost

public int imemsbcghost

imemsacg

public int imemsacg

instrsbcghostnew

public java.util.ArrayList instrsbcghostnew

TRUE

public static final java.lang.String TRUE
関連項目:
定数フィールド値

FALSE

public static final java.lang.String FALSE
関連項目:
定数フィールド値
コンストラクタの詳細

SimFuncTableElem

SimFuncTableElem(java.lang.String funcname,
                 Function acgf,
                 Function bcgf,
                 Function bcghostf,
                 int simCount,
                 int simMem)