Package org.benf.cfr.reader.state
Class TypeUsageInformationEmpty
java.lang.Object
org.benf.cfr.reader.state.TypeUsageInformationEmpty
- All Implemented Interfaces:
TypeUsageInformation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIid()
getName
(JavaTypeInstance type, TypeContext typeContext) boolean
boolean
isNameClash
(JavaTypeInstance type, String name, TypeContext typeContext) boolean
isStaticImport
(JavaTypeInstance clazz, String fixedName)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
TypeUsageInformationEmpty
public TypeUsageInformationEmpty()
-
-
Method Details
-
getAnalysisType
- Specified by:
getAnalysisType
in interfaceTypeUsageInformation
-
getIid
- Specified by:
getIid
in interfaceTypeUsageInformation
-
isStaticImport
- Specified by:
isStaticImport
in interfaceTypeUsageInformation
-
getDetectedStaticImports
- Specified by:
getDetectedStaticImports
in interfaceTypeUsageInformation
-
getUsedClassTypes
- Specified by:
getUsedClassTypes
in interfaceTypeUsageInformation
-
getUsedInnerClassTypes
- Specified by:
getUsedInnerClassTypes
in interfaceTypeUsageInformation
-
getShortenedClassTypes
- Specified by:
getShortenedClassTypes
in interfaceTypeUsageInformation
-
getName
- Specified by:
getName
in interfaceTypeUsageInformation
-
isNameClash
- Specified by:
isNameClash
in interfaceTypeUsageInformation
-
generateOverriddenName
- Specified by:
generateOverriddenName
in interfaceTypeUsageInformation
-
generateInnerClassShortName
- Specified by:
generateInnerClassShortName
in interfaceTypeUsageInformation
-
hasLocalInstance
- Specified by:
hasLocalInstance
in interfaceTypeUsageInformation
-