Uses of Package
org.benf.cfr.reader.api
Packages that use org.benf.cfr.reader.api
Package
Description
Created with IntelliJ IDEA.
-
Classes in org.benf.cfr.reader.api used by org.benf.cfr.readerClassDescriptionMain driver for CFR API.Implementing your own
ClassFileSource
allows you to override CFR's sourcing of byte code. -
Classes in org.benf.cfr.reader.api used by org.benf.cfr.reader.apiClassDescriptionMain driver for CFR API.Builder for
CfrDriver
Note that *all* parameters are optional.Implementing your ownClassFileSource
allows you to override CFR's sourcing of byte code.NB Sink as opposed to a stream, means that implementor has the choice of when to close.Defines the kind of object that will arrive on your sink.
All consumers should accept at least STRING.
Not all classes are appropriate to all sink types.
OutputSinkFactory.Sink
instances are constructed, and used in terms of sink classes so as to ensure easy future expansion of capabilities without breaking the ABI, and without being entirely weakly typed.Defines the kind of sink this is.Fuller decompilation than simply accepting STRING. -
Classes in org.benf.cfr.reader.api used by org.benf.cfr.reader.apiunreleasedClassDescriptionImplementing your own
ClassFileSource
allows you to override CFR's sourcing of byte code. -
Classes in org.benf.cfr.reader.api used by org.benf.cfr.reader.stateClassDescriptionImplementing your own
ClassFileSource
allows you to override CFR's sourcing of byte code. -
Classes in org.benf.cfr.reader.api used by org.benf.cfr.reader.util.outputClassDescriptionNB Sink as opposed to a stream, means that implementor has the choice of when to close.Defines the kind of object that will arrive on your sink.
All consumers should accept at least STRING.
Not all classes are appropriate to all sink types.
OutputSinkFactory.Sink
instances are constructed, and used in terms of sink classes so as to ensure easy future expansion of capabilities without breaking the ABI, and without being entirely weakly typed.Fuller decompilation than simply accepting STRING.An exception message with more detail.