|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.stack.FrameIdentifier
public class FrameIdentifier
| Constructor Summary | |
|---|---|
FrameIdentifier(long functionAddress,
long cfa)
Create a new FrameIdentifier. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object fi)
Compares this FrameIdentifier to the parameter and returns true if both the cfa and function address match. |
long |
getFunctionAddress()
Returns the function address from this FrameIdentifier |
int |
hashCode()
Returns a hashCode for this object |
boolean |
innerTo(FrameIdentifier fi)
Returns true if this FrameIdentifier is inner to the parameter. |
boolean |
outerTo(FrameIdentifier fi)
Returns true if this FrameIdentifier is outer to the parameter. |
String |
toString()
Displays customized String output. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FrameIdentifier(long functionAddress,
long cfa)
functionAddress - The address of the start of the framecfa - The canonical frame address of the stack frame| Method Detail |
|---|
public boolean innerTo(FrameIdentifier fi)
fi - The FrameIdentifier to compare to
public boolean outerTo(FrameIdentifier fi)
fi - The FrameIdentifier to compare to
public boolean equals(Object fi)
equals in class Objectfi - The FrameIdentifier to compare to.
public long getFunctionAddress()
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||