Class IndentationConstants
- java.lang.Object
-
- com.github.javaparser.printer.lexicalpreservation.IndentationConstants
-
public final class IndentationConstants extends java.lang.ObjectConstants 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
Fields Modifier and Type Field Description static intSTANDARD_INDENTATION_SIZEStandard indentation size in spaces.
-
-
-
Field Detail
-
STANDARD_INDENTATION_SIZE
public static final int STANDARD_INDENTATION_SIZE
Standard indentation size in spaces. This is the number of spaces added or removed when increasing/decreasing indentation.- See Also:
- Constant Field Values
-
-