Class FormattingDataInit
- java.lang.Object
-
- org.eclipse.xtext.xbase.formatting.FormattingDataInit
-
@Deprecated public class FormattingDataInit extends java.lang.ObjectDeprecated.useIHiddenRegionFormatter
-
-
Field Summary
Fields Modifier and Type Field Description intdecreaseIndentationChangeDeprecated.intincreaseIndentationChangeDeprecated.org.eclipse.xtext.preferences.PreferenceKeykeyDeprecated.java.lang.IntegernewLinesDeprecated.java.lang.StringspaceDeprecated.
-
Constructor Summary
Constructors Constructor Description FormattingDataInit()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcfg(org.eclipse.xtext.preferences.PreferenceKey key)Deprecated.voiddecreaseIndentation()Deprecated.voidincreaseIndentation()Deprecated.voidnewLine()Deprecated.voidnoSpace()Deprecated.voidoneSpace()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
space
public java.lang.String space
Deprecated.
-
newLines
public java.lang.Integer newLines
Deprecated.
-
increaseIndentationChange
public int increaseIndentationChange
Deprecated.
-
decreaseIndentationChange
public int decreaseIndentationChange
Deprecated.
-
key
public org.eclipse.xtext.preferences.PreferenceKey key
Deprecated.
-
-
Method Detail
-
cfg
public void cfg(org.eclipse.xtext.preferences.PreferenceKey key)
Deprecated.
-
newLine
public void newLine()
Deprecated.
-
noSpace
public void noSpace()
Deprecated.
-
oneSpace
public void oneSpace()
Deprecated.
-
increaseIndentation
public void increaseIndentation()
Deprecated.
-
decreaseIndentation
public void decreaseIndentation()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-