|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.IR.Tree.TreeFactory
harpoon.IR.Tree.Data.TreeFactory
protected class Data.TreeFactory
Create a proper TreeFactory.
Method Summary | |
---|---|
Frame |
getFrame()
Returns the HClass to which all
HDataElement s generated by this factory belong. |
Data |
getParent()
Returns the HCode to which all
HDataElement s generated by this factory belong. |
int |
hashCode()
Generates a repeatable hashcode for this factory. |
TempFactory |
tempFactory()
No temp factory for Data |
String |
toString()
Returns a human-readable representation for this TreeFactory . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public TempFactory tempFactory()
tempFactory
in class TreeFactory
public Data getParent()
HCode
to which all
HDataElement
s generated by this factory belong.
public Frame getFrame()
HClass
to which all
HDataElement
s generated by this factory belong.
getFrame
in class TreeFactory
public String toString()
TreeFactory
TreeFactory
.
toString
in class TreeFactory
public int hashCode()
TreeFactory
hashCode
in class TreeFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |