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 | Method and Description |
---|---|
Dumper |
TypeUsageCollectingDumper.dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
String |
TypeUsageInformationEmpty.getName(JavaTypeInstance type,
TypeContext typeContext) |
String |
TypeUsageInformationImpl.getName(JavaTypeInstance type,
TypeContext typeContext) |
String |
InnerClassTypeUsageInformation.getName(JavaTypeInstance type,
TypeContext typeContext) |
String |
TypeUsageInformation.getName(JavaTypeInstance type,
TypeContext typeContext) |
String |
LocalClassAwareTypeUsageInformation.getName(JavaTypeInstance type,
TypeContext typeContext) |
boolean |
TypeUsageInformationEmpty.isNameClash(JavaTypeInstance type,
String name,
TypeContext typeContext) |
boolean |
TypeUsageInformationImpl.isNameClash(JavaTypeInstance type,
String name,
TypeContext typeContext) |
boolean |
InnerClassTypeUsageInformation.isNameClash(JavaTypeInstance type,
String name,
TypeContext typeContext) |
boolean |
TypeUsageInformation.isNameClash(JavaTypeInstance type,
String name,
TypeContext typeContext) |
boolean |
LocalClassAwareTypeUsageInformation.isNameClash(JavaTypeInstance type,
String name,
TypeContext typeContext) |
Modifier and Type | Method and Description |
---|---|
static TypeContext |
TypeContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeContext[] |
TypeContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Dumper |
DelegatingDumper.dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
Dumper |
TokenStreamDumper.dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
Dumper |
TypeOverridingDumper.dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
Dumper |
StreamDumper.dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
Dumper |
ToStringDumper.dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
Dumper |
Dumper.dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
Copyright © 2011-2021. All Rights Reserved.