CallFrameMutableBuilder

@inline final class CallFrameMutableBuilder[Self <: CallFrame](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setCallFrameId(value: CallFrameId): Self
@inline
def setFunctionLocation(value: Location): Self
@inline
def setFunctionName(value: String): Self
@inline
def setLocation(value: Location): Self
@inline
def setReturnValue(value: RemoteObject): Self
@inline
@inline
def setScopeChain(value: Array[Scope]): Self
@inline
def setScopeChainVarargs(value: Scope*): Self
@inline
def setThis(value: RemoteObject): Self
@inline
def setUrl(value: String): Self

Concrete fields

val x: Self