IHiddenRegionFormatter@Deprecated
public class FormattingDataFactory
extends java.lang.Object
| Constructor and Description |
|---|
FormattingDataFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
_newFormattingData(HiddenLeafs leafs,
BlankLineKey key,
FormattingDataInit it)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
_newFormattingData(HiddenLeafs leafs,
NewLineKey key,
FormattingDataInit it)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
_newFormattingData(HiddenLeafs leafs,
NewLineOrPreserveKey key,
FormattingDataInit it)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
_newFormattingData(HiddenLeafs leafs,
org.eclipse.xtext.preferences.PreferenceKey key,
FormattingDataInit it)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
_newFormattingData(HiddenLeafs leafs,
java.lang.Void key,
FormattingDataInit it)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
_newFormattingData(HiddenLeafs leafs,
WhitespaceKey key,
FormattingDataInit it)
Deprecated.
|
org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
append(org.eclipse.xtext.nodemodel.INode node,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
newFormattingData(HiddenLeafs leafs,
org.eclipse.xtext.preferences.PreferenceKey key,
FormattingDataInit it)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
newFormattingData(HiddenLeafs leafs,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
Deprecated.
|
protected java.lang.Iterable<FormattingData> |
newNewLineData(HiddenLeafs leafs,
int minNewLines,
int maxNewLines,
int increaseIndentationChange,
int decreaseIndentationChange,
boolean trace)
Deprecated.
|
protected java.lang.Iterable<FormattingData> |
newWhitespaceData(HiddenLeafs leafs,
java.lang.String space,
int increaseIndentationChange,
int decreaseIndentationChange,
boolean trace)
Deprecated.
|
org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
prepend(org.eclipse.xtext.nodemodel.INode node,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
Deprecated.
|
org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
surround(org.eclipse.xtext.nodemodel.INode node,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
Deprecated.
|
org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> |
surround(org.eclipse.xtext.nodemodel.INode node,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> before,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> after)
Deprecated.
|
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> newFormattingData(HiddenLeafs leafs, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, java.lang.Void key, FormattingDataInit it)
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, BlankLineKey key, FormattingDataInit it)
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, NewLineOrPreserveKey key, FormattingDataInit it)
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, NewLineKey key, FormattingDataInit it)
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, org.eclipse.xtext.preferences.PreferenceKey key, FormattingDataInit it)
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, WhitespaceKey key, FormattingDataInit it)
protected java.lang.Iterable<FormattingData> newWhitespaceData(HiddenLeafs leafs, java.lang.String space, int increaseIndentationChange, int decreaseIndentationChange, boolean trace)
protected java.lang.Iterable<FormattingData> newNewLineData(HiddenLeafs leafs, int minNewLines, int maxNewLines, int increaseIndentationChange, int decreaseIndentationChange, boolean trace)
public org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> append(org.eclipse.xtext.nodemodel.INode node, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
public org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> prepend(org.eclipse.xtext.nodemodel.INode node, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
public org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> surround(org.eclipse.xtext.nodemodel.INode node, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> init)
public org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> surround(org.eclipse.xtext.nodemodel.INode node, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> before, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super FormattingDataInit> after)
protected org.eclipse.xtext.xbase.lib.Functions.Function1<? super FormattableDocument,? extends java.lang.Iterable<FormattingData>> newFormattingData(HiddenLeafs leafs, org.eclipse.xtext.preferences.PreferenceKey key, FormattingDataInit it)