public class ThreadStackElement extends Object
| Constructor and Description |
|---|
ThreadStackElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the class name.
|
String |
getFileName()
Gets the file name.
|
int |
getLineNumber()
Gets the line number.
|
String |
getMethodName()
Gets the method name.
|
boolean |
isNativeMethod()
Checks if is native method.
|
void |
setClassName(String className)
Sets the class name.
|
void |
setFileName(String fileName)
Sets the file name.
|
void |
setLineNumber(int lineNumber)
Sets the line number.
|
void |
setMethodName(String methodName)
Sets the method name.
|
void |
setNativeMethod(boolean nativeMethod)
Sets the native method.
|
public String getClassName()
public void setClassName(String className)
className - the new class namepublic String getFileName()
public void setFileName(String fileName)
fileName - the new file namepublic String getMethodName()
public void setMethodName(String methodName)
methodName - the new method namepublic int getLineNumber()
public void setLineNumber(int lineNumber)
lineNumber - the new line numberpublic boolean isNativeMethod()
public void setNativeMethod(boolean nativeMethod)
nativeMethod - the new native methodCopyright © 2009–2020 psi-probe. All rights reserved.