haXe API Documentation
Back |
Indexextern 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