FlixelStackFrame
View sourceinterface
org.flixelgdx.logging.FlixelStackFrame
public interface FlixelStackFrame
Interface representing a stack frame in a platform-independent way.
Methods
getFileName()
public String getFileName()
Returns: The name of the file containing the execution point represented by this stack frame.
getLineNumber()
public int getLineNumber()
Returns: The line number of the execution point represented by this stack frame.
getClassName()
public String getClassName()
Returns: The fully qualified name of the class containing the execution point represented by this stack frame.
getMethodName()
public String getMethodName()
Returns: The name of the method containing the execution point represented by this stack frame.