クラス Indentation
- java.lang.Object
-
- com.github.vertical_blank.sqlformatter.core.Indentation
-
public class Indentation extends Object
Manages indentation levels.There are two types of indentation levels:
- BLOCK_LEVEL : increased by open-parenthesis - TOP_LEVEL : increased by RESERVED_TOPLEVEL words
-
-
メソッドの詳細
-
getIndent
public String getIndent()
Returns current indentation string.- 戻り値:
- {String}
-
-