CallSite

object CallSite
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

@inline
final class CallSiteMutableBuilder[Self <: CallSite](val x: Self) extends AnyVal

Value members

Concrete methods

@inline
def apply(getColumnNumber: () => Double | Null, getEvalOrigin: () => UndefOr[String], getFileName: () => String | Null, getFunction: () => UndefOr[Function], getFunctionName: () => String | Null, getLineNumber: () => Double | Null, getMethodName: () => String | Null, getThis: () => Any, getTypeName: () => String | Null, isConstructor: () => Boolean, isEval: () => Boolean, isNative: () => Boolean, isToplevel: () => Boolean): CallSite