Uses of Class
spoon.reflect.visitor.PrinterHelper
Packages that use PrinterHelper
Package
Description
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
-
Uses of PrinterHelper in spoon.reflect.visitor
Methods in spoon.reflect.visitor that return PrinterHelperModifier and TypeMethodDescriptionPrinterHelper.adjustEndPosition(CtElement e)
writes as many newlines as needed for the current line to match the end line of the passed elementPrinterHelper.adjustStartPosition(CtElement e)
writes as many newlines as needed to align the line number again between the element position and the current line numberPrinterHelper.decTab()
Decrements the current number of tabs.DefaultTokenWriter.getPrinterHelper()
TokenWriter.getPrinterHelper()
PrinterHelper.incTab()
Increments the current number of tabs.PrinterHelper.setTabCount(int tabCount)
Sets the current number of tabs.PrinterHelper.write(char c)
Outputs a char.Outputs a string.PrinterHelper.writeln()
Generates a new line.Constructors in spoon.reflect.visitor with parameters of type PrinterHelper -
Uses of PrinterHelper in spoon.support.sniper.internal
Methods in spoon.support.sniper.internal that return PrinterHelperModifier and TypeMethodDescriptionMutableTokenWriter.getPrinterHelper()
TokenWriterProxy.getPrinterHelper()