Uses of Class
com.github.javaparser.printer.lexicalpreservation.IndentationCalculator.EnforcingContext
-
Packages that use IndentationCalculator.EnforcingContext Package Description com.github.javaparser.printer.lexicalpreservation -
-
Uses of IndentationCalculator.EnforcingContext in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return IndentationCalculator.EnforcingContext Modifier and Type Method Description static IndentationCalculator.EnforcingContextIndentationCalculator. analyzeEnforcingContext(com.github.javaparser.printer.lexicalpreservation.NodeText nodeText, int index)Analyzes the indentation enforcement context at a given position in the node text.
-