Package | Description |
---|---|
org.benf.cfr.reader.api | |
org.benf.cfr.reader.util.output |
Modifier and Type | Method and Description |
---|---|
static OutputSinkFactory.SinkClass |
OutputSinkFactory.SinkClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputSinkFactory.SinkClass[] |
OutputSinkFactory.SinkClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OutputSinkFactory.SinkClass> |
OutputSinkFactory.getSupportedSinks(OutputSinkFactory.SinkType sinkType,
java.util.Collection<OutputSinkFactory.SinkClass> available)
Return the classes of sink that this sink factory can provide for the given sink type.
|
Modifier and Type | Method and Description |
---|---|
<T> OutputSinkFactory.Sink<T> |
OutputSinkFactory.getSink(OutputSinkFactory.SinkType sinkType,
OutputSinkFactory.SinkClass sinkClass)
CFR wishes to sink output - return an implementation of Sink that takes the appropriate
input for the SinkClass being sunk, or null.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OutputSinkFactory.SinkClass> |
OutputSinkFactory.getSupportedSinks(OutputSinkFactory.SinkType sinkType,
java.util.Collection<OutputSinkFactory.SinkClass> available)
Return the classes of sink that this sink factory can provide for the given sink type.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<OutputSinkFactory.SinkClass> |
SinkDumperFactory.justString |
Modifier and Type | Method and Description |
---|---|
private Dumper |
SinkDumperFactory.getTopLevelDumper2(JavaTypeInstance classType,
TypeUsageInformation typeUsageInformation,
IllegalIdentifierDump illegalIdentifierDump,
java.util.List<OutputSinkFactory.SinkClass> supported,
MethodErrorCollector methodErrorCollector) |