public final class UseSite extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
UseSite.Type |
The way the used class is used by the use site.
|
static interface |
UseSite.Visitor<R,P> |
A visitor of the use site.
|
| Constructor | Description |
|---|---|
UseSite(UseSite.Type useType,
JavaElement site) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
JavaElement |
getSite() |
|
UseSite.Type |
getUseType() |
|
int |
hashCode() |
|
String |
toString() |
public UseSite(@Nonnull UseSite.Type useType, @Nonnull JavaElement site)
@Nonnull public JavaElement getSite()
@Nonnull public UseSite.Type getUseType()
Copyright © 2017 Lukas Krejci. All Rights Reserved.