Class TypePrettyPrint
java.lang.Object
net.sourceforge.pmd.lang.java.types.TypePrettyPrint
Pretty-printing methods to display types. The current API is only
offered for debugging, not for displaying types to users.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOptions to pretty print a type. -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull StringprettyPrint(@NonNull JTypeVisitable t) static StringprettyPrint(@NonNull JTypeVisitable t, TypePrettyPrint.TypePrettyPrinter prettyPrinter) static @NonNull StringprettyPrintWithSimpleNames(@NonNull JTypeVisitable t)
-
Method Details
-
prettyPrint
-
prettyPrintWithSimpleNames
-
prettyPrint
public static String prettyPrint(@NonNull JTypeVisitable t, TypePrettyPrint.TypePrettyPrinter prettyPrinter)
-