Uses of Class
spoon.reflect.visitor.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
Modifier 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. -
Uses of PrinterHelper in spoon.support.sniper.internal
Modifier and TypeMethodDescriptionMutableTokenWriter.getPrinterHelper()
TokenWriterProxy.getPrinterHelper()