ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-utils:stdlib
/
modulecheck.utils
/
IndentScope
Indent
Scope
class
IndentScope
(
val
indent
:
String
,
val
stringBuilder
:
StringBuilder
)
Content copied to clipboard
Constructors
Functions
Properties
Sources
Constructors
Indent
Scope
Link copied to clipboard
fun
IndentScope
(
indent
:
String
,
stringBuilder
:
StringBuilder
)
Content copied to clipboard
Functions
append
Link copied to clipboard
fun
append
(
c
:
Char
)
Content copied to clipboard
fun
append
(
str
:
String
)
Content copied to clipboard
append
Line
Link copied to clipboard
fun
appendLine
(
c
:
Char
)
Content copied to clipboard
fun
appendLine
(
str
:
String
)
Content copied to clipboard
indent
Link copied to clipboard
fun
indent
(
indent
:
String
,
action
:
IndentScope
.
(
)
->
Unit
)
Content copied to clipboard
Properties
indent
Link copied to clipboard
private
val
indent
:
String
Content copied to clipboard
stringBuilder
Link copied to clipboard
private
val
stringBuilder
:
StringBuilder
Content copied to clipboard
Sources
jvm source
Link copied to clipboard