public class IndentInside
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
tabs |
int |
whiteSpaces |
| Constructor and Description |
|---|
IndentInside() |
IndentInside(int whiteSpaces,
int tabs) |
| Modifier and Type | Method and Description |
|---|---|
static IndentInside |
createIndentOn(java.lang.CharSequence lastLine) |
boolean |
equals(java.lang.Object o) |
static java.lang.CharSequence |
getLastLine(java.lang.CharSequence text) |
int |
getSpacesCount(CommonCodeStyleSettings.IndentOptions options) |
int |
getTabsCount(CommonCodeStyleSettings.IndentOptions options) |
int |
hashCode() |
java.lang.String |
toString() |
public IndentInside()
public IndentInside(int whiteSpaces,
int tabs)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int getTabsCount(CommonCodeStyleSettings.IndentOptions options)
public int getSpacesCount(CommonCodeStyleSettings.IndentOptions options)
public static IndentInside createIndentOn(java.lang.CharSequence lastLine)
public static java.lang.CharSequence getLastLine(java.lang.CharSequence text)
public java.lang.String toString()
toString in class java.lang.Object