coins.simd
クラス AlignmentTest.Alignment

java.lang.Object
  |
  +--coins.simd.AlignmentTest.Alignment
含まれているクラス:
AlignmentTest

class AlignmentTest.Alignment
extends java.lang.Object

Class for alignment info.data


コンストラクタの概要
(パッケージプライベート) AlignmentTest.Alignment(LirNode e, int k)
           
 
メソッドの概要
 LirNode length()
          Return length
 LirNode startAddr()
          Returns startAddr
 LirNode toCondition()
          Makes a condition code of checking alignments
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AlignmentTest.Alignment

AlignmentTest.Alignment(LirNode e,
                        int k)
メソッドの詳細

startAddr

public LirNode startAddr()
Returns startAddr

戻り値:
LirNode

length

public LirNode length()
Return length

戻り値:
LirNode

toCondition

public LirNode toCondition()
Makes a condition code of checking alignments

戻り値:
LirNode