Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.types | |
org.benf.cfr.reader.state | |
org.benf.cfr.reader.util.output |
Modifier and Type | Method and Description |
---|---|
void |
JavaGenericPlaceholderTypeInstance.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
void |
JavaArrayTypeInstance.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
void |
JavaGenericRefTypeInstance.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
void |
JavaRefTypeInstance.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
void |
JavaTypeInstance.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
void |
JavaIntersectionTypeInstance.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
void |
RawJavaType.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
void |
JavaWildcardTypeInstance.dumpInto(Dumper d,
TypeUsageInformation typeUsageInformation,
TypeContext typeContext) |
Modifier and Type | Class and Description |
---|---|
class |
InnerClassTypeUsageInformation
Strips the outer class name off anything which preceeds this inner class.
|
class |
LocalClassAwareTypeUsageInformation |
class |
TypeUsageInformationEmpty |
class |
TypeUsageInformationImpl |
Modifier and Type | Field and Description |
---|---|
static TypeUsageInformation |
TypeUsageInformationEmpty.INSTANCE |
Modifier and Type | Method and Description |
---|---|
TypeUsageInformation |
TypeUsageCollectingDumper.getRealTypeUsageInformation() |
TypeUsageInformation |
TypeUsageCollector.getTypeUsageInformation() |
TypeUsageInformation |
TypeUsageCollectingDumper.getTypeUsageInformation() |
Modifier and Type | Method and Description |
---|---|
Dumper |
TypeUsageCollectingDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Constructor and Description |
---|
InnerClassTypeUsageInformation(TypeUsageInformation delegate,
JavaRefTypeInstance analysisInnerClass) |
LocalClassAwareTypeUsageInformation(Map<JavaRefTypeInstance,String> localClassTypes,
TypeUsageInformation delegate) |
Modifier and Type | Method and Description |
---|---|
TypeUsageInformation |
DelegatingDumper.getTypeUsageInformation() |
TypeUsageInformation |
TokenStreamDumper.getTypeUsageInformation() |
TypeUsageInformation |
TypeOverridingDumper.getTypeUsageInformation() |
TypeUsageInformation |
StreamDumper.getTypeUsageInformation() |
TypeUsageInformation |
ToStringDumper.getTypeUsageInformation() |
TypeUsageInformation |
Dumper.getTypeUsageInformation() |
Modifier and Type | Method and Description |
---|---|
Dumper |
DumperFactory.getNewTopLevelDumper(JavaTypeInstance classType,
SummaryDumper summaryDumper,
TypeUsageInformation typeUsageInformation,
IllegalIdentifierDump illegalIdentifierDump) |
Dumper |
SinkDumperFactory.getNewTopLevelDumper(JavaTypeInstance classType,
SummaryDumper summaryDumper,
TypeUsageInformation typeUsageInformation,
IllegalIdentifierDump illegalIdentifierDump) |
Dumper |
InternalDumperFactoryImpl.getNewTopLevelDumper(JavaTypeInstance classType,
SummaryDumper summaryDumper,
TypeUsageInformation typeUsageInformation,
IllegalIdentifierDump illegalIdentifierDump) |
Dumper |
DelegatingDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Dumper |
StdIODumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Dumper |
TokenStreamDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Dumper |
FileDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Dumper |
TypeOverridingDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Dumper |
ToStringDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Dumper |
StringStreamDumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Dumper |
Dumper.withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
Constructor and Description |
---|
StringStreamDumper(MethodErrorCollector methodErrorCollector,
StringBuilder sb,
TypeUsageInformation typeUsageInformation,
Options options,
IllegalIdentifierDump illegalIdentifierDump) |
StringStreamDumper(MethodErrorCollector methodErrorCollector,
StringBuilder sb,
TypeUsageInformation typeUsageInformation,
Options options,
IllegalIdentifierDump illegalIdentifierDump,
org.benf.cfr.reader.util.output.MovableDumperContext context) |
Copyright © 2011-2021. All Rights Reserved.