Uses of Class
com.github.javaparser.printer.lexicalpreservation.Difference.EnforcingIndentationContext
-
Packages that use Difference.EnforcingIndentationContext Package Description com.github.javaparser.printer.lexicalpreservation -
-
Uses of Difference.EnforcingIndentationContext in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return Difference.EnforcingIndentationContext Modifier and Type Method Description private Difference.EnforcingIndentationContext
Difference. defineEnforcingIndentationContext(NodeText nodeText, int startIndex)
Starting atnodeTextIndex
this method tries to determine how many contiguous spaces there are between the previous end of line and the next non whitespace (or tab) character
-