c
fs2.internal.jsdeps.node.inspectorMod.Debugger.ScriptFailedToParseEventDataType
ScriptFailedToParseEventDataTypeMutableBuilder
implicit final class ScriptFailedToParseEventDataTypeMutableBuilder[Self <: ScriptFailedToParseEventDataType] extends AnyVal
- Annotations
- @inline()
- Source
- ScriptFailedToParseEventDataType.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScriptFailedToParseEventDataTypeMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScriptFailedToParseEventDataTypeMutableBuilder(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 setEndColumn(value: Double): Self
- Annotations
- @inline()
- def setEndLine(value: Double): Self
- Annotations
- @inline()
- def setExecutionContextAuxData(value: Object): Self
- Annotations
- @inline()
- def setExecutionContextAuxDataUndefined: Self
- Annotations
- @inline()
- def setExecutionContextId(value: ExecutionContextId): Self
- Annotations
- @inline()
- def setHasSourceURL(value: Boolean): Self
- Annotations
- @inline()
- def setHasSourceURLUndefined: Self
- Annotations
- @inline()
- def setHash(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setIsModule(value: Boolean): Self
- Annotations
- @inline()
- def setIsModuleUndefined: Self
- Annotations
- @inline()
- def setLength(value: Double): Self
- Annotations
- @inline()
- def setLengthUndefined: Self
- Annotations
- @inline()
- def setScriptId(value: ScriptId): Self
- Annotations
- @inline()
- def setSourceMapURL(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setSourceMapURLUndefined: Self
- Annotations
- @inline()
- def setStackTrace(value: StackTrace): Self
- Annotations
- @inline()
- def setStackTraceUndefined: Self
- Annotations
- @inline()
- def setStartColumn(value: Double): Self
- Annotations
- @inline()
- def setStartLine(value: Double): Self
- Annotations
- @inline()
- def setUrl(value: scala.Predef.String): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self