MCPcopy Index your code
hub / github.com/apache/groovy / incrementIndent

Method incrementIndent

src/main/java/groovy/util/IndentPrinter.java:204–206  ·  view source on GitHub ↗

Increases the indentation level by one.

()

Source from the content-addressed store, hash-verified

202 * Increases the indentation level by one.
203 */
204 public void incrementIndent() {
205 ++indentLevel;
206 }
207
208 /**
209 * Decreases the indentation level by one.

Callers 6

printListMethod · 0.80
toStateMethod · 0.80
mainMethod · 0.80
printChildrenMethod · 0.80
printListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected