data class Scope
Scope description.
<init> |
Scope description. Scope(type: String, object: RemoteObject, name: String? = null, startLocation: Location? = null, endLocation: Location? = null) |
endLocation |
Location in the source code where scope ends val endLocation: Location? |
name |
val name: String? |
object |
Object representing the scope. For val object: RemoteObject |
startLocation |
Location in the source code where scope starts val startLocation: Location? |
type |
Scope type. val type: String |