implicit final class CallSiteMutableBuilder[Self <: CallSite] extends AnyVal
- Annotations
- @inline()
- Source
- NodeJS.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CallSiteMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CallSiteMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setGetColumnNumber(value: () => |[Double, Null]): Self
- Annotations
- @inline()
- def setGetEvalOrigin(value: () => UndefOr[java.lang.String]): Self
- Annotations
- @inline()
- def setGetFileName(value: () => |[java.lang.String, Null]): Self
- Annotations
- @inline()
- def setGetFunction(value: () => UndefOr[Function]): Self
- Annotations
- @inline()
- def setGetFunctionName(value: () => |[java.lang.String, Null]): Self
- Annotations
- @inline()
- def setGetLineNumber(value: () => |[Double, Null]): Self
- Annotations
- @inline()
- def setGetMethodName(value: () => |[java.lang.String, Null]): Self
- Annotations
- @inline()
- def setGetThis(value: () => Any): Self
- Annotations
- @inline()
- def setGetTypeName(value: () => |[java.lang.String, Null]): Self
- Annotations
- @inline()
- def setIsConstructor(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsEval(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsNative(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsToplevel(value: () => Boolean): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self