public class Scope extends Object
| Constructor and Description |
|---|
Scope() |
| Modifier and Type | Method and Description |
|---|---|
Location |
getEndLocation()
Location in the source code where scope ends
|
String |
getName() |
RemoteObject |
getObject()
Object representing the scope.
|
Location |
getStartLocation()
Location in the source code where scope starts
|
ScopeType |
getType()
Scope type.
|
void |
setEndLocation(Location endLocation)
Location in the source code where scope ends
|
void |
setName(String name) |
void |
setObject(RemoteObject object)
Object representing the scope.
|
void |
setStartLocation(Location startLocation)
Location in the source code where scope starts
|
void |
setType(ScopeType type)
Scope type.
|
public ScopeType getType()
public void setType(ScopeType type)
public RemoteObject getObject()
public void setObject(RemoteObject object)
public String getName()
public void setName(String name)
public Location getStartLocation()
public void setStartLocation(Location startLocation)
public Location getEndLocation()
public void setEndLocation(Location endLocation)
Copyright © 2020. All rights reserved.