|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.memleak.value.Location
public class Location
Default ILocation implementation.
StackTraceElement| Constructor Summary | |
|---|---|
Location(IMethodInfo methodInfo,
int line)
Create a new stack frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object that)
|
IClassInfo |
getClassInfo()
|
int |
getLine()
Returns the line number of the source line containing the execution point represented by this stack frame. |
IMethodInfo |
getMethodInfo()
Returns the IMethodInfo of the method containing the execution
point represented by this stack frame (as per The Java Virtual Machine
Specification, Section 4.3.3). |
int |
hashCode()
|
boolean |
isNative()
Is the method represented by this stack frame declared native. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Location(IMethodInfo methodInfo,
int line)
methodInfo - the method infoline - the line number in the source file| Method Detail |
|---|
public IMethodInfo getMethodInfo()
ILocationIMethodInfo of the method containing the execution
point represented by this stack frame (as per The Java Virtual Machine
Specification, Section 4.3.3).
getMethodInfo in interface ILocationIMethodInfo of the method containing the execution
point represented by this stack frame.public IClassInfo getClassInfo()
getClassInfo in interface IClassInfoHolderIClassInfo, never null.public int getLine()
ILocation
getLine in interface ILocationpublic boolean isNative()
ILocation
isNative in interface ILocationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||