@Deprecated public class FormattingDataFactory extends Object
| Constructor and Description |
|---|
FormattingDataFactory()
Deprecated.
|
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> newFormattingData(HiddenLeafs leafs, Procedures.Procedure1<? super FormattingDataInit> init)
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, Void key, FormattingDataInit it)
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, BlankLineKey key, FormattingDataInit it)
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, NewLineOrPreserveKey key, FormattingDataInit it)
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, NewLineKey key, FormattingDataInit it)
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, PreferenceKey key, FormattingDataInit it)
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> _newFormattingData(HiddenLeafs leafs, WhitespaceKey key, FormattingDataInit it)
protected Iterable<FormattingData> newWhitespaceData(HiddenLeafs leafs, String space, int increaseIndentationChange, int decreaseIndentationChange, boolean trace)
protected Iterable<FormattingData> newNewLineData(HiddenLeafs leafs, int minNewLines, int maxNewLines, int increaseIndentationChange, int decreaseIndentationChange, boolean trace)
public Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> append(INode node, Procedures.Procedure1<? super FormattingDataInit> init)
public Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> prepend(INode node, Procedures.Procedure1<? super FormattingDataInit> init)
public Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> surround(INode node, Procedures.Procedure1<? super FormattingDataInit> init)
public Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> surround(INode node, Procedures.Procedure1<? super FormattingDataInit> before, Procedures.Procedure1<? super FormattingDataInit> after)
protected Functions.Function1<? super FormattableDocument,? extends Iterable<FormattingData>> newFormattingData(HiddenLeafs leafs, PreferenceKey key, FormattingDataInit it)
Copyright © 2015. All Rights Reserved.