|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.alias.MyExpId
ExpId class used for alias analysis. Currently doesn't implement coins.sym.ExpId or extend coins.sym.ExpIdImpl.
フィールドの概要 | |
(パッケージプライベート) HIR |
fCopy
|
(パッケージプライベート) HIR |
fHIR
|
(パッケージプライベート) Tag |
fTag
|
java.lang.Object |
work
Workspace object that can be used for any purpose. |
コンストラクタの概要 | |
MyExpId(HIR pHIR)
Creates a new instance of MyExpId |
メソッドの概要 | |
HIR |
getHir()
Returns an instance of HIR node that is the root of the HIR tree represented by this MyExpId object.
|
HIR |
getLinkedNode()
Returns an instance of HIR node that is the root of the HIR tree represented by this MyExpId object.
|
java.lang.String |
toString()
Returns a String representation of
this MyExpId object. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
HIR fHIR
HIR fCopy
Tag fTag
public java.lang.Object work
コンストラクタの詳細 |
public MyExpId(HIR pHIR)
pHIR
- HIR node the subtree rooted at which this
MyExpId object represents.メソッドの詳細 |
public HIR getLinkedNode()
MyExpId
object.
The returned node is part of the program tree (if not
optimized out) so should not be modified.
public HIR getHir()
MyExpId
object.
The returned node is detached from the program tree
so modification to it is free (but note this method
does not return a fresh copy of such a tree each time
it is called).
public java.lang.String toString()
String
representation of
this MyExpId object.
java.lang.Object
内の toString
String
representation of
this MyExpId object.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |