haXe API Documentation
Back | Index
extern class java.lang.StackTraceElement
import java.lang.Throwable
Available in java
function new(declaringClass : String, methodName : String, fileName : String, lineNumber : Int) : Void
function getClassName() : String
function getFileName() : String
function getLineNumber() : Int
function getMethodName() : String
function isNativeMethod() : Bool
Back | Index