Class IndentationConstants
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.IndentationConstants
Constants related to indentation management in lexical preservation.
This class centralizes all indentation-related constants to avoid duplication
and ensure consistency across IndentationContext and IndentationCalculator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intStandard indentation size in spaces. -
Method Summary
-
Field Details
-
STANDARD_INDENTATION_SIZE
public static final int STANDARD_INDENTATION_SIZEStandard indentation size in spaces. This is the number of spaces added or removed when increasing/decreasing indentation.- See Also:
-