Package org.benf.cfr.reader.mapping
Class Mapping.MappingTypeUsage
java.lang.Object
org.benf.cfr.reader.mapping.Mapping.MappingTypeUsage
- All Implemented Interfaces:
TypeUsageInformation
- Enclosing class:
- Mapping
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TypeUsageInformation
private final TypeUsageInformation
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MappingTypeUsage
(TypeUsageInformation delegateRemapped, TypeUsageInformation delegateOriginal) -
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
-
delegateRemapped
-
delegateOriginal
-
-
Constructor Details
-
MappingTypeUsage
private MappingTypeUsage(TypeUsageInformation delegateRemapped, TypeUsageInformation delegateOriginal)
-
-
Method Details
-
getIid
- Specified by:
getIid
in interfaceTypeUsageInformation
-
isStaticImport
- Specified by:
isStaticImport
in interfaceTypeUsageInformation
-
getDetectedStaticImports
- Specified by:
getDetectedStaticImports
in interfaceTypeUsageInformation
-
getAnalysisType
- Specified by:
getAnalysisType
in interfaceTypeUsageInformation
-
getShortenedClassTypes
- Specified by:
getShortenedClassTypes
in interfaceTypeUsageInformation
-
getUsedClassTypes
- Specified by:
getUsedClassTypes
in interfaceTypeUsageInformation
-
getUsedInnerClassTypes
- Specified by:
getUsedInnerClassTypes
in interfaceTypeUsageInformation
-
getName
- Specified by:
getName
in interfaceTypeUsageInformation
-
isNameClash
- Specified by:
isNameClash
in interfaceTypeUsageInformation
-
hasLocalInstance
- Specified by:
hasLocalInstance
in interfaceTypeUsageInformation
-
generateInnerClassShortName
- Specified by:
generateInnerClassShortName
in interfaceTypeUsageInformation
-
generateOverriddenName
- Specified by:
generateOverriddenName
in interfaceTypeUsageInformation
-