MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / tabIndent

Method tabIndent

src/main/java/wyil/io/WyilFilePrinter.java:825–827  ·  view source on GitHub ↗
(int indent)

Source from the content-addressed store, hash-verified

823 }
824
825 private void tabIndent(int indent) {
826 print(' ',indent*4);
827 }
828
829 private void println(char c, int repeat) {
830 print(c,repeat);

Callers 15

visitFunctionOrMethodMethod · 0.95
visitVariableMethod · 0.95
visitStatementMethod · 0.95
visitAssertMethod · 0.95
visitAssumeMethod · 0.95
visitAssignMethod · 0.95
visitBreakMethod · 0.95
visitContinueMethod · 0.95
visitDebugMethod · 0.95
visitDoWhileMethod · 0.95
visitFailMethod · 0.95
visitIfElseMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected