public interface Scope
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Scope.Element |
static class |
Scope.FileScope |
static class |
Scope.MethodScope |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Scope.Element element) |
boolean |
contains(Scope.Element element) |
boolean contains(Scope.Element element)
void add(Scope.Element element)