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 IllegalIdentifierDump
PluginRunner.PluginDumperFactory. illegalIdentifierDump
Methods in org.benf.cfr.reader with parameters of type IllegalIdentifierDump Modifier and Type Method Description private static void
Driver. 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)
Dumper
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 IllegalIdentifierDump Modifier and Type Method Description java.lang.String
JavaArrayTypeInstance. getRawName(IllegalIdentifierDump iid)
java.lang.String
JavaGenericPlaceholderTypeInstance. getRawName(IllegalIdentifierDump iid)
java.lang.String
JavaGenericRefTypeInstance. getRawName(IllegalIdentifierDump iid)
java.lang.String
JavaIntersectionTypeInstance. getRawName(IllegalIdentifierDump iid)
java.lang.String
JavaRefTypeInstance. getRawName(IllegalIdentifierDump iid)
java.lang.String
JavaTypeInstance. getRawName(IllegalIdentifierDump iid)
java.lang.String
JavaWildcardTypeInstance. getRawName(IllegalIdentifierDump iid)
java.lang.String
RawJavaType. getRawName(IllegalIdentifierDump iid)
java.lang.String
JavaRefTypeInstance. 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 IllegalIdentifierDump
Mapping.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 IllegalIdentifierDump
InnerClassTypeUsageInformation. iid
private IllegalIdentifierDump
TypeUsageInformationImpl. iid
Methods in org.benf.cfr.reader.state that return IllegalIdentifierDump Modifier and Type Method Description IllegalIdentifierDump
InnerClassTypeUsageInformation. getIid()
IllegalIdentifierDump
LocalClassAwareTypeUsageInformation. getIid()
IllegalIdentifierDump
TypeUsageInformation. getIid()
IllegalIdentifierDump
TypeUsageInformationEmpty. getIid()
IllegalIdentifierDump
TypeUsageInformationImpl. getIid()
Methods in org.benf.cfr.reader.state with parameters of type IllegalIdentifierDump Modifier and Type Method Description (package private) static java.lang.String
TypeUsageUtils. 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 class
IllegalIdentifierDump.Nop
class
IllegalIdentifierReplacement
Fields in org.benf.cfr.reader.util.output declared as IllegalIdentifierDump Modifier and Type Field Description protected IllegalIdentifierDump
StreamDumper. illegalIdentifierDump
private IllegalIdentifierDump
TokenStreamDumper. illegalIdentifierDump
private static IllegalIdentifierDump
IllegalIdentifierDump.Nop. INSTANCE
Methods in org.benf.cfr.reader.util.output that return IllegalIdentifierDump Modifier and Type Method Description static IllegalIdentifierDump
IllegalIdentifierDump.Factory. get(Options options)
static IllegalIdentifierDump
IllegalIdentifierDump.Nop. getInstance()
static IllegalIdentifierDump
IllegalIdentifierDump.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)
-