Uses of Enum
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 TypeMethodDescriptionvoidJavaArrayTypeInstance.dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) voidJavaGenericPlaceholderTypeInstance.dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) voidJavaGenericRefTypeInstance.dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) voidJavaIntersectionTypeInstance.dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) voidJavaRefTypeInstance.dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) voidJavaTypeInstance.dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) voidJavaWildcardTypeInstance.dumpInto(Dumper d, TypeUsageInformation typeUsageInformation, TypeContext typeContext) voidRawJavaType.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) booleanMapping.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) booleanInnerClassTypeUsageInformation.isNameClash(JavaTypeInstance type, String name, TypeContext typeContext) booleanLocalClassAwareTypeUsageInformation.isNameClash(JavaTypeInstance type, String name, TypeContext typeContext) booleanTypeUsageInformation.isNameClash(JavaTypeInstance type, String name, TypeContext typeContext) booleanTypeUsageInformationEmpty.isNameClash(JavaTypeInstance type, String name, TypeContext typeContext) booleanTypeUsageInformationImpl.isNameClash(JavaTypeInstance type, String name, TypeContext typeContext) -
Uses of TypeContext in org.benf.cfr.reader.util.output
Subclasses with type arguments of type TypeContext in org.benf.cfr.reader.util.outputMethods in org.benf.cfr.reader.util.output that return TypeContextModifier and TypeMethodDescriptionstatic TypeContextReturns the enum constant of this type with the specified name.static TypeContext[]TypeContext.values()Returns an array containing the constants of this enum type, 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)