coins.lparallel
クラス IndExp

java.lang.Object
  |
  +--coins.lparallel.IndExp

class IndExp
extends java.lang.Object


フィールドの概要
 long ind_inc
           
 long ind_init
           
 long ind_last
           
 Exp ind_node
           
 BasicInduction IndTable
           
 boolean InitConst
           
 VarNode InitConstNode
           
 boolean LastConst
           
 boolean original
           
 boolean valueConst
           
 
コンストラクタの概要
(パッケージプライベート) IndExp()
          IndExp:
 
メソッドの概要
(パッケージプライベート)  IndExp AbsIndExp()
          AdsIndExp:
(パッケージプライベート)  IndExp copy()
          copy:
(パッケージプライベート)  void DebugIndExp(LoopUtil pUtil)
          DebugIndExp:
(パッケージプライベート)  boolean EQindExp(IndExp a)
          EQindExp:
(パッケージプライベート)  void setExpData(Exp node, long inc, long init, long last, boolean pvalueConst, VarNode InitNode)
          setExpData:
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

IndTable

public BasicInduction IndTable

ind_node

public Exp ind_node

InitConstNode

public VarNode InitConstNode

InitConst

public boolean InitConst

LastConst

public boolean LastConst

valueConst

public boolean valueConst

original

public boolean original

ind_inc

public long ind_inc

ind_init

public long ind_init

ind_last

public long ind_last
コンストラクタの詳細

IndExp

IndExp()
IndExp:

メソッドの詳細

setExpData

void setExpData(Exp node,
                long inc,
                long init,
                long last,
                boolean pvalueConst,
                VarNode InitNode)
setExpData:


copy

IndExp copy()
copy:


AbsIndExp

IndExp AbsIndExp()
AdsIndExp:


EQindExp

boolean EQindExp(IndExp a)
EQindExp:


DebugIndExp

void DebugIndExp(LoopUtil pUtil)
DebugIndExp: