Class TypeUsageInformationImpl
java.lang.Object
org.benf.cfr.reader.state.TypeUsageInformationImpl
- All Implemented Interfaces:
TypeUsageInformation
-
Constructor Summary
ConstructorsConstructorDescriptionTypeUsageInformationImpl(Options options, JavaRefTypeInstance analysisType, Set<JavaRefTypeInstance> usedRefTypes, Set<DetectedStaticImport> staticImports) -
Method Summary
Modifier and TypeMethodDescriptiongetIid()getName(JavaTypeInstance type, TypeContext typeContext) booleanbooleanisNameClash(JavaTypeInstance type, String name, TypeContext typeContext) booleanisStaticImport(JavaTypeInstance clazz, String fixedName)
-
Constructor Details
-
TypeUsageInformationImpl
public TypeUsageInformationImpl(Options options, JavaRefTypeInstance analysisType, Set<JavaRefTypeInstance> usedRefTypes, Set<DetectedStaticImport> staticImports)
-
-
Method Details
-
getIid
- Specified by:
getIidin interfaceTypeUsageInformation
-
getAnalysisType
- Specified by:
getAnalysisTypein interfaceTypeUsageInformation
-
generateInnerClassShortName
- Specified by:
generateInnerClassShortNamein interfaceTypeUsageInformation
-
generateOverriddenName
- Specified by:
generateOverriddenNamein interfaceTypeUsageInformation
-
getUsedClassTypes
- Specified by:
getUsedClassTypesin interfaceTypeUsageInformation
-
getShortenedClassTypes
- Specified by:
getShortenedClassTypesin interfaceTypeUsageInformation
-
getUsedInnerClassTypes
- Specified by:
getUsedInnerClassTypesin interfaceTypeUsageInformation
-
hasLocalInstance
- Specified by:
hasLocalInstancein interfaceTypeUsageInformation
-
isStaticImport
- Specified by:
isStaticImportin interfaceTypeUsageInformation
-
getDetectedStaticImports
- Specified by:
getDetectedStaticImportsin interfaceTypeUsageInformation
-
getName
- Specified by:
getNamein interfaceTypeUsageInformation
-
isNameClash
- Specified by:
isNameClashin interfaceTypeUsageInformation
-