public final class Scope extends Object
| Constructor and Description |
|---|
Scope(String type,
RemoteObject object,
String name,
Location startLocation,
Location endLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getEndLocation() |
RemoteObject |
getObject() |
Location |
getStartLocation() |
String |
getType() |
public Scope(String type, RemoteObject object, String name, Location startLocation, Location endLocation)
public String getType()
public RemoteObject getObject()
public Location getStartLocation()
public Location getEndLocation()