|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.Interpret.Tree.Debug | +--harpoon.Interpret.Tree.Ref | +--harpoon.Interpret.Tree.UndefinedRef
UndefinedRef
is a reference of an unknown type
Constructor Summary | |
UndefinedRef(harpoon.Interpret.Tree.StaticState ss)
Class constructor. |
|
UndefinedRef(harpoon.Interpret.Tree.StaticState ss,
Integer length,
Integer hashCode,
harpoon.Interpret.Tree.ClazPointer classPtr)
Class constructor. |
Method Summary | |
Object |
clone()
|
protected void |
finalize()
|
Object |
get(HField h)
Throws an error. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UndefinedRef(harpoon.Interpret.Tree.StaticState ss)
public UndefinedRef(harpoon.Interpret.Tree.StaticState ss, Integer length, Integer hashCode, harpoon.Interpret.Tree.ClazPointer classPtr)
Method Detail |
public Object get(HField h)
get
in class harpoon.Interpret.Tree.Ref
public Object clone()
clone
in class harpoon.Interpret.Tree.Ref
protected void finalize() throws Throwable
finalize
in class Object
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |