Uses of Interface
org.benf.cfr.reader.util.output.IllegalIdentifierDump
Packages that use IllegalIdentifierDump
Package
Description
Created with IntelliJ IDEA.
-
Uses of IllegalIdentifierDump in org.benf.cfr.reader
Fields in org.benf.cfr.reader declared as IllegalIdentifierDumpModifier and TypeFieldDescriptionprivate final IllegalIdentifierDumpPluginRunner.PluginDumperFactory.illegalIdentifierDumpMethods in org.benf.cfr.reader with parameters of type IllegalIdentifierDumpModifier and TypeMethodDescriptionprivate static voidDriver.doJarVersionTypes(int forVersion, List<Integer> versionsSeen, DCCommonState dcCommonState, DumperFactory dumperFactory, IllegalIdentifierDump illegalIdentifierDump, SummaryDumper summaryDumper, ProgressDumper progressDumper, List<JavaTypeInstance> types) PluginRunner.PluginDumperFactory.getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) -
Uses of IllegalIdentifierDump in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type IllegalIdentifierDumpModifier and TypeMethodDescriptionJavaArrayTypeInstance.getRawName(IllegalIdentifierDump iid) JavaGenericPlaceholderTypeInstance.getRawName(IllegalIdentifierDump iid) JavaGenericRefTypeInstance.getRawName(IllegalIdentifierDump iid) JavaIntersectionTypeInstance.getRawName(IllegalIdentifierDump iid) JavaRefTypeInstance.getRawName(IllegalIdentifierDump iid) JavaTypeInstance.getRawName(IllegalIdentifierDump iid) JavaWildcardTypeInstance.getRawName(IllegalIdentifierDump iid) RawJavaType.getRawName(IllegalIdentifierDump iid) JavaRefTypeInstance.getRawShortName(IllegalIdentifierDump iid) -
Uses of IllegalIdentifierDump in org.benf.cfr.reader.mapping
Methods in org.benf.cfr.reader.mapping that return IllegalIdentifierDump -
Uses of IllegalIdentifierDump in org.benf.cfr.reader.state
Fields in org.benf.cfr.reader.state declared as IllegalIdentifierDumpModifier and TypeFieldDescriptionprivate final IllegalIdentifierDumpInnerClassTypeUsageInformation.iidprivate final IllegalIdentifierDumpTypeUsageInformationImpl.iidMethods in org.benf.cfr.reader.state that return IllegalIdentifierDumpModifier and TypeMethodDescriptionInnerClassTypeUsageInformation.getIid()LocalClassAwareTypeUsageInformation.getIid()TypeUsageInformation.getIid()TypeUsageInformationEmpty.getIid()TypeUsageInformationImpl.getIid()Methods in org.benf.cfr.reader.state with parameters of type IllegalIdentifierDumpModifier and TypeMethodDescription(package private) static StringTypeUsageUtils.generateInnerClassShortName(IllegalIdentifierDump iid, JavaRefTypeInstance clazz, JavaRefTypeInstance analysisType, boolean prefixAnalysisType) -
Uses of IllegalIdentifierDump in org.benf.cfr.reader.util.output
Classes in org.benf.cfr.reader.util.output that implement IllegalIdentifierDumpModifier and TypeClassDescriptionstatic classclassFields in org.benf.cfr.reader.util.output declared as IllegalIdentifierDumpModifier and TypeFieldDescriptionprotected final IllegalIdentifierDumpStreamDumper.illegalIdentifierDumpprivate final IllegalIdentifierDumpTokenStreamDumper.illegalIdentifierDumpprivate static final IllegalIdentifierDumpIllegalIdentifierDump.Nop.INSTANCEMethods in org.benf.cfr.reader.util.output that return IllegalIdentifierDumpModifier and TypeMethodDescriptionstatic IllegalIdentifierDumpstatic IllegalIdentifierDumpIllegalIdentifierDump.Nop.getInstance()static IllegalIdentifierDumpMethods in org.benf.cfr.reader.util.output with parameters of type IllegalIdentifierDumpModifier 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) Constructors in org.benf.cfr.reader.util.output with parameters of type IllegalIdentifierDumpModifierConstructorDescription(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)