Uses of Enum Class
org.benf.cfr.reader.util.output.TypeContext
Packages that use TypeContext
Package
Description
-
Uses of TypeContext in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type TypeContextModifier and TypeMethodDescriptionvoid
JavaArrayTypeInstance.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) void
JavaGenericPlaceholderTypeInstance.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) void
JavaGenericRefTypeInstance.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) void
JavaIntersectionTypeInstance.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) void
JavaRefTypeInstance.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) void
JavaTypeInstance.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) void
JavaWildcardTypeInstance.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) void
RawJavaType.dumpInto
(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) -
Uses of TypeContext in org.benf.cfr.reader.mapping
Methods in org.benf.cfr.reader.mapping with parameters of type TypeContextModifier and TypeMethodDescriptionMapping.ObfuscationWrappingDumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext) Mapping.MappingTypeUsage.getName
(JavaTypeInstance type, TypeContext typeContext) boolean
Mapping.MappingTypeUsage.isNameClash
(JavaTypeInstance type, String name, TypeContext typeContext) -
Uses of TypeContext in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state with parameters of type TypeContextModifier and TypeMethodDescriptionTypeUsageCollectingDumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext) InnerClassTypeUsageInformation.getName
(JavaTypeInstance type, TypeContext typeContext) LocalClassAwareTypeUsageInformation.getName
(JavaTypeInstance type, TypeContext typeContext) TypeUsageInformation.getName
(JavaTypeInstance type, TypeContext typeContext) TypeUsageInformationEmpty.getName
(JavaTypeInstance type, TypeContext typeContext) TypeUsageInformationImpl.getName
(JavaTypeInstance type, TypeContext typeContext) boolean
InnerClassTypeUsageInformation.isNameClash
(JavaTypeInstance type, String name, TypeContext typeContext) boolean
LocalClassAwareTypeUsageInformation.isNameClash
(JavaTypeInstance type, String name, TypeContext typeContext) boolean
TypeUsageInformation.isNameClash
(JavaTypeInstance type, String name, TypeContext typeContext) boolean
TypeUsageInformationEmpty.isNameClash
(JavaTypeInstance type, String name, TypeContext typeContext) boolean
TypeUsageInformationImpl.isNameClash
(JavaTypeInstance type, String name, TypeContext typeContext) -
Uses of TypeContext in org.benf.cfr.reader.util.output
Methods in org.benf.cfr.reader.util.output that return TypeContextModifier and TypeMethodDescriptionstatic TypeContext
Returns the enum constant of this class with the specified name.static TypeContext[]
TypeContext.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.util.output with parameters of type TypeContextModifier and TypeMethodDescriptionDelegatingDumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext) Dumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext) StreamDumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext) TokenStreamDumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext) ToStringDumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext) TypeOverridingDumper.dump
(JavaTypeInstance javaTypeInstance, TypeContext typeContext)