|
||||||||||
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 fileMethod Detail |
---|
public IMethodInfo getMethodInfo()
ILocation
IMethodInfo
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 ILocation
IMethodInfo
of the method containing the execution
point represented by this stack frame.public IClassInfo getClassInfo()
getClassInfo
in interface IClassInfoHolder
IClassInfo
, never null.public int getLine()
ILocation
getLine
in interface ILocation
public boolean isNative()
ILocation
isNative
in interface ILocation
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |