Uses of Interface
org.benf.cfr.reader.state.TypeUsageInformation
Packages that use TypeUsageInformation
Package
Description
Created with IntelliJ IDEA.
-
Uses of TypeUsageInformation in org.benf.cfr.reader
Methods in org.benf.cfr.reader with parameters of type TypeUsageInformationModifier and TypeMethodDescriptionPluginRunner.PluginDumperFactory.getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) -
Uses of TypeUsageInformation in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as TypeUsageInformationModifier and TypeFieldDescriptionprivate final TypeUsageInformationUnreachableStaticRewriter.Rewriter.typeUsageInformation -
Uses of TypeUsageInformation in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that return TypeUsageInformationModifier and TypeMethodDescriptionLocalClassScopeDiscoverImpl.TypeUsageSpotter.getTypeUsageInformation() -
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.mapping
Classes in org.benf.cfr.reader.mapping that implement TypeUsageInformationFields in org.benf.cfr.reader.mapping declared as TypeUsageInformationModifier and TypeFieldDescriptionprivate final TypeUsageInformationMapping.MappingTypeUsage.delegateOriginalprivate final TypeUsageInformationMapping.MappingTypeUsage.delegateRemappedprivate TypeUsageInformationMapping.ObfuscationWrappingDumper.mappingTypeUsageMethods in org.benf.cfr.reader.mapping that return TypeUsageInformationMethods in org.benf.cfr.reader.mapping with parameters of type TypeUsageInformationModifier and TypeMethodDescriptionMapping.ObfuscationWrappingDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) Constructors in org.benf.cfr.reader.mapping with parameters of type TypeUsageInformationModifierConstructorDescriptionprivateMappingTypeUsage(TypeUsageInformation delegateRemapped, TypeUsageInformation delegateOriginal) privateObfuscationWrappingDumper(Dumper delegate, TypeUsageInformation typeUsageInformation) -
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 TypeFieldDescriptionprivate final TypeUsageInformationInnerClassTypeUsageInformation.delegateprivate final TypeUsageInformationLocalClassAwareTypeUsageInformation.delegatestatic 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
Fields in org.benf.cfr.reader.util.output declared as TypeUsageInformationModifier and TypeFieldDescriptionprivate final TypeUsageInformationStreamDumper.typeUsageInformationprivate final TypeUsageInformationTokenStreamDumper.typeUsageInformationprivate final TypeUsageInformationToStringDumper.typeUsageInformationprivate final TypeUsageInformationTypeOverridingDumper.typeUsageInformationMethods 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) private DumperSinkDumperFactory.getTopLevelDumper2(JavaTypeInstance classType, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump, List<OutputSinkFactory.SinkClass> supported, MethodErrorCollector methodErrorCollector) private DumperSinkDumperFactory.SinkSourceClassDumper(OutputSinkFactory.Sink<SinkReturns.Decompiled> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) private DumperSinkDumperFactory.SinkSourceClassDumper(OutputSinkFactory.Sink<SinkReturns.Decompiled> sink, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) private DumperSinkDumperFactory.SinkStringClassDumper(OutputSinkFactory.Sink<String> sink, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) private DumperSinkDumperFactory.TokenStreamClassDumper(OutputSinkFactory.Sink<SinkReturns.Token> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, 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 TypeUsageInformationModifierConstructorDescription(package private)FileDumper(String dir, boolean clobber, JavaTypeInstance type, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, Options options, AtomicInteger truncCount, IllegalIdentifierDump illegalIdentifierDump) (package private)FileDumper(String dir, String encoding, boolean clobber, JavaTypeInstance type, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, Options options, AtomicInteger truncCount, IllegalIdentifierDump illegalIdentifierDump) (package private)StdIODumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context) privateStdIODumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context, Set<JavaTypeInstance> emitted) (package private)StreamDumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context) (package private)StreamDumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context, Set<JavaTypeInstance> emitted) StringStreamDumper(MethodErrorCollector methodErrorCollector, StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump) StringStreamDumper(MethodErrorCollector methodErrorCollector, StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context) (package private)TokenStreamDumper(OutputSinkFactory.Sink<SinkReturns.Token> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context) (package private)TypeOverridingDumper(Dumper delegate, TypeUsageInformation typeUsageInformation)