Uses of Class
org.benf.cfr.reader.util.output.MovableDumperContext
Packages that use MovableDumperContext
-
Uses of MovableDumperContext in org.benf.cfr.reader.util.output
Fields in org.benf.cfr.reader.util.output declared as MovableDumperContextModifier and TypeFieldDescription(package private) final MovableDumperContext
AbstractDumper.context
Constructors in org.benf.cfr.reader.util.output with parameters of type MovableDumperContextModifierConstructorDescription(package private)
AbstractDumper
(MovableDumperContext context) (package private)
StdIODumper
(TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context) private
StdIODumper
(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, MovableDumperContext context) (package private)
TokenStreamDumper
(OutputSinkFactory.Sink<SinkReturns.Token> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context)