Uses of Class
net.sourceforge.pmd.lang.java.types.TypePrettyPrint.TypePrettyPrinter
Packages that use TypePrettyPrint.TypePrettyPrinter
Package
Description
Support for compile-time type resolution on the AST.
-
Uses of TypePrettyPrint.TypePrettyPrinter in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return TypePrettyPrint.TypePrettyPrinterModifier and TypeMethodDescriptionTypePrettyPrint.TypePrettyPrinter.printAnnotations(boolean printAnnotations) Whether to print the type annotations.TypePrettyPrint.TypePrettyPrinter.printMethodHeader(boolean printMethodHeader) Print the declaring type of the method and its type parameters.TypePrettyPrint.TypePrettyPrinter.printMethodResult(boolean printMethodResult) Print the return type of methods (as postfix).TypePrettyPrint.TypePrettyPrinter.qualifyAnnotations(boolean qualifyAnnotations) Whether to print the binary name of a type annotation or just the simple name if false.TypePrettyPrint.TypePrettyPrinter.qualifyNames(boolean qualifyNames) Use qualified names for class types instead of simple names.TypePrettyPrint.TypePrettyPrinter.qualifyTvars(boolean qualifyTvars) Qualify type variables with the name of the declaring symbol.Methods in net.sourceforge.pmd.lang.java.types with parameters of type TypePrettyPrint.TypePrettyPrinterModifier and TypeMethodDescriptionstatic StringTypePrettyPrint.prettyPrint(@NonNull JTypeVisitable t, TypePrettyPrint.TypePrettyPrinter prettyPrinter)