| Modifier and Type | Method and Description |
|---|---|
UseSite.Type |
UseSite.getUseType() |
static UseSite.Type |
UseSite.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UseSite.Type[] |
UseSite.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<UseSite.Type> |
UseSite.Type.all() |
static EnumSet<UseSite.Type> |
UseSite.Type.allBut(UseSite.Type... types) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<UseSite.Type> |
UseSite.Type.allBut(UseSite.Type... types) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CheckBase.isPubliclyUsedAs(TypeElement type,
TypeEnvironment env,
Collection<UseSite.Type> uses)
Checks if the type is publicly used as any of the provided use types.
|
| Constructor and Description |
|---|
UseSite(UseSite.Type useType,
JavaElement site) |
Copyright © 2015. All Rights Reserved.