Uses of Interface
org.benf.cfr.reader.util.output.IllegalIdentifierDump
-
Packages that use IllegalIdentifierDump Package Description org.benf.cfr.reader Created with IntelliJ IDEA.org.benf.cfr.reader.bytecode.analysis.types org.benf.cfr.reader.mapping org.benf.cfr.reader.state org.benf.cfr.reader.util.output -
-
Uses of IllegalIdentifierDump in org.benf.cfr.reader
Fields in org.benf.cfr.reader declared as IllegalIdentifierDump Modifier and Type Field Description private IllegalIdentifierDumpPluginRunner.PluginDumperFactory. illegalIdentifierDumpMethods in org.benf.cfr.reader with parameters of type IllegalIdentifierDump Modifier and Type Method Description private static voidDriver. doJarVersionTypes(int forVersion, java.util.List<java.lang.Integer> versionsSeen, DCCommonState dcCommonState, DumperFactory dumperFactory, IllegalIdentifierDump illegalIdentifierDump, SummaryDumper summaryDumper, ProgressDumper progressDumper, java.util.List<JavaTypeInstance> types)DumperPluginRunner.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 IllegalIdentifierDump Modifier and Type Method Description java.lang.StringJavaArrayTypeInstance. getRawName(IllegalIdentifierDump iid)java.lang.StringJavaGenericPlaceholderTypeInstance. getRawName(IllegalIdentifierDump iid)java.lang.StringJavaGenericRefTypeInstance. getRawName(IllegalIdentifierDump iid)java.lang.StringJavaIntersectionTypeInstance. getRawName(IllegalIdentifierDump iid)java.lang.StringJavaRefTypeInstance. getRawName(IllegalIdentifierDump iid)java.lang.StringJavaTypeInstance. getRawName(IllegalIdentifierDump iid)java.lang.StringJavaWildcardTypeInstance. getRawName(IllegalIdentifierDump iid)java.lang.StringRawJavaType. getRawName(IllegalIdentifierDump iid)java.lang.StringJavaRefTypeInstance. getRawShortName(IllegalIdentifierDump iid) -
Uses of IllegalIdentifierDump in org.benf.cfr.reader.mapping
Methods in org.benf.cfr.reader.mapping that return IllegalIdentifierDump Modifier and Type Method Description IllegalIdentifierDumpMapping.MappingTypeUsage. getIid() -
Uses of IllegalIdentifierDump in org.benf.cfr.reader.state
Fields in org.benf.cfr.reader.state declared as IllegalIdentifierDump Modifier and Type Field Description private IllegalIdentifierDumpInnerClassTypeUsageInformation. iidprivate IllegalIdentifierDumpTypeUsageInformationImpl. iidMethods in org.benf.cfr.reader.state that return IllegalIdentifierDump Modifier and Type Method Description IllegalIdentifierDumpInnerClassTypeUsageInformation. getIid()IllegalIdentifierDumpLocalClassAwareTypeUsageInformation. getIid()IllegalIdentifierDumpTypeUsageInformation. getIid()IllegalIdentifierDumpTypeUsageInformationEmpty. getIid()IllegalIdentifierDumpTypeUsageInformationImpl. getIid()Methods in org.benf.cfr.reader.state with parameters of type IllegalIdentifierDump Modifier and Type Method Description (package private) static java.lang.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 IllegalIdentifierDump Modifier and Type Class Description static classIllegalIdentifierDump.NopclassIllegalIdentifierReplacementFields in org.benf.cfr.reader.util.output declared as IllegalIdentifierDump Modifier and Type Field Description protected IllegalIdentifierDumpStreamDumper. illegalIdentifierDumpprivate IllegalIdentifierDumpTokenStreamDumper. illegalIdentifierDumpprivate static IllegalIdentifierDumpIllegalIdentifierDump.Nop. INSTANCEMethods in org.benf.cfr.reader.util.output that return IllegalIdentifierDump Modifier and Type Method Description static IllegalIdentifierDumpIllegalIdentifierDump.Factory. get(Options options)static IllegalIdentifierDumpIllegalIdentifierDump.Nop. getInstance()static IllegalIdentifierDumpIllegalIdentifierDump.Factory. getOrNull(Options options)Constructors in org.benf.cfr.reader.util.output with parameters of type IllegalIdentifierDump Constructor Description FileDumper(java.lang.String dir, boolean clobber, JavaTypeInstance type, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, Options options, java.util.concurrent.atomic.AtomicInteger truncCount, IllegalIdentifierDump illegalIdentifierDump)FileDumper(java.lang.String dir, java.lang.String encoding, boolean clobber, JavaTypeInstance type, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, Options options, java.util.concurrent.atomic.AtomicInteger truncCount, IllegalIdentifierDump illegalIdentifierDump)StdIODumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context)StdIODumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context, java.util.Set<JavaTypeInstance> emitted)StreamDumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context)StreamDumper(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context, java.util.Set<JavaTypeInstance> emitted)StringStreamDumper(MethodErrorCollector methodErrorCollector, java.lang.StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump)StringStreamDumper(MethodErrorCollector methodErrorCollector, java.lang.StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context)TokenStreamDumper(OutputSinkFactory.Sink<SinkReturns.Token> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context)
-