Uses of Interface
org.benf.cfr.reader.state.TypeUsageInformation
Packages that use TypeUsageInformation
Package
Description
-
Uses of TypeUsageInformation in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type TypeUsageInformationModifier 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 TypeUsageInformation in org.benf.cfr.reader.state
Classes in org.benf.cfr.reader.state that implement TypeUsageInformationModifier and TypeClassDescriptionclassStrips the outer class name off anything which preceeds this inner class.classclassclassFields in org.benf.cfr.reader.state declared as TypeUsageInformationModifier and TypeFieldDescriptionstatic final TypeUsageInformationTypeUsageInformationEmpty.INSTANCEMethods in org.benf.cfr.reader.state that return TypeUsageInformationModifier and TypeMethodDescriptionTypeUsageCollectingDumper.getRealTypeUsageInformation()TypeUsageCollectingDumper.getTypeUsageInformation()TypeUsageCollector.getTypeUsageInformation()Methods in org.benf.cfr.reader.state with parameters of type TypeUsageInformationModifier and TypeMethodDescriptionTypeUsageCollectingDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) Constructors in org.benf.cfr.reader.state with parameters of type TypeUsageInformationModifierConstructorDescriptionInnerClassTypeUsageInformation(TypeUsageInformation delegate, JavaRefTypeInstance analysisInnerClass) LocalClassAwareTypeUsageInformation(Map<JavaRefTypeInstance, String> localClassTypes, TypeUsageInformation delegate) -
Uses of TypeUsageInformation in org.benf.cfr.reader.util.output
Methods in org.benf.cfr.reader.util.output that return TypeUsageInformationModifier and TypeMethodDescriptionDelegatingDumper.getTypeUsageInformation()Dumper.getTypeUsageInformation()StreamDumper.getTypeUsageInformation()TokenStreamDumper.getTypeUsageInformation()ToStringDumper.getTypeUsageInformation()TypeOverridingDumper.getTypeUsageInformation()Methods in org.benf.cfr.reader.util.output with parameters of type TypeUsageInformationModifier and TypeMethodDescriptionDumperFactory.getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) InternalDumperFactoryImpl.getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) SinkDumperFactory.getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) DelegatingDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) Dumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) FileDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) StdIODumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) StringStreamDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) TokenStreamDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) ToStringDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) TypeOverridingDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) Constructors in org.benf.cfr.reader.util.output with parameters of type TypeUsageInformationModifierConstructorDescriptionStringStreamDumper(MethodErrorCollector methodErrorCollector, StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump) StringStreamDumper(MethodErrorCollector methodErrorCollector, StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, org.benf.cfr.reader.util.output.MovableDumperContext context)