|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.alias.alias2.AliasFactory2
Factory class.
| Field Summary | |
HirRoot |
hirRoot
The HirRoot object shared by every module
in the program. |
| Constructor Summary | |
(package private) |
AliasFactory2(HirRoot pHirRoot)
Creates a new instance of the factory class. |
| Method Summary | |
(package private) AliasGroup |
aliasGroup()
Creates a new instance of AliasGroup with
the default initial capacity and default load factor,
which is 0.75. |
(package private) TagVector2 |
tagVector(int pBitCount)
Creates a new instance of TagVector2
with the specified length. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final HirRoot hirRoot
HirRoot object shared by every module
in the program.
| Constructor Detail |
AliasFactory2(HirRoot pHirRoot)
pHirRoot - HirRoot object shared
by every module in the program.| Method Detail |
TagVector2 tagVector(int pBitCount)
TagVector2
with the specified length.
pBitCount - length of the TagVector2.
TagVector2
with the specified length.AliasGroup aliasGroup()
AliasGroup with
the default initial capacity and default load factor,
which is 0.75.
AliasGroup.HashSet.HashSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||