Java org.eclipse.jdt.core.formatter IndentManipulation fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.formatter IndentManipulation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.formatter IndentManipulation.

The text is from its open source code.

Method

StringchangeIndent(String code, int indentUnitsToRemove, int tabWidth, int indentWidth, String newIndentString, String lineDelim)
Change the indent of a, possible multiple line, code string.
StringextractIndentString(String line, int tabWidth, int indentWidth)
Returns the leading indentation string of the given line.
intgetIndentWidth(Map options)
Returns the tab width as configured in the given map.
intgetTabWidth(Map options)
Returns the tab width as configured in the given map.
booleanisLineDelimiterChar(char ch)
Returns true if the given character is a line delimiter character.
intmeasureIndentUnits(CharSequence line, int tabWidth, int indentWidth)
Returns the indentation of the given line in indentation units.