-
public final class ScopeScope description.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final RemoteObjectobjectprivate final Stringnameprivate final LocationstartLocationprivate final LocationendLocation
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final RemoteObjectcomponent2()final Stringcomponent3()final Locationcomponent4()final Locationcomponent5()final Scopecopy(String type, RemoteObject object, String name, Location startLocation, Location endLocation)final StringgetType()Scope type. final RemoteObjectgetObject()Object representing the scope. final StringgetName()final LocationgetStartLocation()Location in the source code where scope starts final LocationgetEndLocation()Location in the source code where scope ends -
-
Constructor Detail
-
Scope
Scope(String type, RemoteObject object, String name, Location startLocation, Location endLocation)
-
-
Method Detail
-
component1
final String component1()
-
component2
final RemoteObject component2()
-
component3
final String component3()
-
component4
final Location component4()
-
component5
final Location component5()
-
copy
final Scope copy(String type, RemoteObject object, String name, Location startLocation, Location endLocation)
-
getObject
final RemoteObject getObject()
Object representing the scope. For
globalandwithscopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
-
getStartLocation
final Location getStartLocation()
Location in the source code where scope starts
-
getEndLocation
final Location getEndLocation()
Location in the source code where scope ends
-
-
-
-