Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public class StackTraceElement

  1. Object
  2. StackTraceElement

Constructors

public StackTraceElement(String declaringClass, String methodName, String fileName, int lineNumber)

Methods

public String getClassName()
public String getMethodName()
public String getFileName()
public int getLineNumber()
public boolean isNativeMethod()

Inherited methods

Constructor details

StackTraceElement

public StackTraceElement(String declaringClass, String methodName, String fileName, int lineNumber)

Method details

getClassName

public String getClassName()

getMethodName

public String getMethodName()

getFileName

public String getFileName()

getLineNumber

public int getLineNumber()

isNativeMethod

public boolean isNativeMethod()