| Package | Description |
|---|---|
| org.revapi.java.compilation |
| Modifier and Type | Method and Description |
|---|---|
RawUseSite.SiteType |
RawUseSite.getSiteType() |
static RawUseSite.SiteType |
RawUseSite.SiteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawUseSite.SiteType[] |
RawUseSite.SiteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RawUseSite(UseSite.Type useType,
RawUseSite.SiteType siteType,
String siteClass,
String siteName,
String siteDescriptor) |
RawUseSite(UseSite.Type useType,
RawUseSite.SiteType siteType,
String siteClass,
String siteName,
String siteDescriptor,
int sitePosition) |
Copyright © 2015. All Rights Reserved.