- setBlockIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the block indentation option.
- setBracketFormatMode(EnumBracketMode) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set the bracket formatting mode.
- setBracketIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the bracket indentation option.
- setBreakBlocksMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set option to break unrelated blocks of code with empty lines.
- setBreakClosingHeaderBlocksMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set option to break closing header blocks of code (such as 'else',
'catch', ...) with empty lines.
- setBreakClosingHeaderBracketsMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set closing header bracket breaking mode options: true brackets just
before closing headers (e.g.
- setBreakElseIfsMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set 'else if()' breaking mode options: true 'else' headers will be broken
from their succeeding 'if' headers.
- setBreakOneLineBlocksMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set option to break/not break one-line blocks
- setCaseIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the case indentation option.
- setClassIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the class indentation option.
- setDeleteEmptyLinesMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set option to delete empty lines.
- setEmptyLineFill(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the empty line fill option.
- setFormattingStyle(EnumFormatStyle) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set the formatting style.
- setLabelIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the label indentation option.
- setMaxInStatementIndentLength(int) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the maximum indentation between two lines in a multi-line statement.
- setMinConditionalIndentLength(int) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the minimum indentation between two lines in a multi-line condition.
- setNamespaceIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the namespace indentation option.
- setOperatorPaddingMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set operator padding mode.
- setParensInsidePaddingMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set parenthesis inside padding mode.
- setParensOutsidePaddingMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set parenthesis outside padding mode.
- setParensUnPaddingMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set parenthesis unpadding mode.
- setPreprocessorIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the preprocessor indentation option.
- setSingleStatementsMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set option to break/not break lines consisting of multiple statements.
- setSourceStyle(SourceMode) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set indentation style to C/C++.
- setSpaceIndentation(int) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
indent using a number of spaces per indentation.
- setSuffix(String) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
- setSwitchIndent(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
set the state of the switch indentation option.
- setTabIndentation(int) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
indent using one tab per indentation
- setTabIndentation(int, boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
indent using one tab per indentation
- setTabSpaceConversionMode(boolean) - Method in class com.github.abrarsyed.jastyle.ASFormatter
-
set option to convert tabs to spaces.
- setUseProperInnerClassIndenting(boolean) - Method in class com.github.abrarsyed.jastyle.ASBeautifier
-
Set if we should use proper inner class indenting
- SINGLE_LINE_TYPE - Static variable in interface com.github.abrarsyed.jastyle.constants.BracketType
-
- skip(long) - Method in class com.github.abrarsyed.jastyle.reader.ExtendedReader
-
- SourceMode - Enum in com.github.abrarsyed.jastyle.constants
-