Package | Description |
---|---|
org.benf.cfr.reader.mapping | |
org.benf.cfr.reader.state |
Modifier and Type | Method and Description |
---|---|
java.util.Set<DetectedStaticImport> |
Mapping.MappingTypeUsage.getDetectedStaticImports() |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<DetectedStaticImport> |
TypeUsageCollectingDumper.staticImports |
private java.util.Set<DetectedStaticImport> |
TypeUsageInformationImpl.staticImports |
Modifier and Type | Method and Description |
---|---|
java.util.Set<DetectedStaticImport> |
InnerClassTypeUsageInformation.getDetectedStaticImports() |
java.util.Set<DetectedStaticImport> |
LocalClassAwareTypeUsageInformation.getDetectedStaticImports() |
java.util.Set<DetectedStaticImport> |
TypeUsageInformation.getDetectedStaticImports() |
java.util.Set<DetectedStaticImport> |
TypeUsageInformationEmpty.getDetectedStaticImports() |
java.util.Set<DetectedStaticImport> |
TypeUsageInformationImpl.getDetectedStaticImports() |
Constructor and Description |
---|
TypeUsageInformationImpl(Options options,
JavaRefTypeInstance analysisType,
java.util.Set<JavaRefTypeInstance> usedRefTypes,
java.util.Set<DetectedStaticImport> staticImports) |