public final class UseSite extends Object
Modifier and Type | Class and 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 and Description |
---|
UseSite(UseSite.Type useType,
JavaElement site) |
Modifier and Type | Method and 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 © 2014-2021 Lukas Krejci. All Rights Reserved.