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