public final class NativeStackCallInfo
extends java.lang.Object
| Constructor and Description |
|---|
NativeStackCallInfo(long address,
java.lang.String lib,
java.lang.String method,
java.lang.String sourceFile)
Basic constructor with library, method, and sourcefile information
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress()
Returns the address of this stack frame.
|
java.lang.String |
getLibraryName()
Returns the name of the library name.
|
int |
getLineNumber()
Returns the line number, or -1 if unknown.
|
java.lang.String |
getMethodName()
Returns the name of the method.
|
java.lang.String |
getSourceFile()
Returns the name of the source file.
|
java.lang.String |
toString() |
public NativeStackCallInfo(long address,
java.lang.String lib,
java.lang.String method,
java.lang.String sourceFile)
address - address of this stack framelib - The name of the librarymethod - the name of the methodsourceFile - the name of the source file and the line number
as "[sourcefile]:[fileNumber]"public long getAddress()
public java.lang.String getLibraryName()
public java.lang.String getMethodName()
public java.lang.String getSourceFile()
public int getLineNumber()
public java.lang.String toString()
toString in class java.lang.Object