public class WrapBlocksState extends State
Constructor and Description |
---|
WrapBlocksState(InitialInfoBuilder initialInfoBuilder,
BlockIndentOptions blockIndentOptions) |
Modifier and Type | Method and Description |
---|---|
void |
doIteration() |
BlockRangesMap |
getBlockRangesMap() |
java.util.Map<AbstractBlockWrapper,Block> |
getBlockToInfoMap() |
LeafBlockWrapper |
getFirstBlock() |
IndentAdjuster |
getIndentAdjuster() |
LeafBlockWrapper |
getLastBlock() |
WhiteSpace |
getLastWhiteSpace() |
public WrapBlocksState(InitialInfoBuilder initialInfoBuilder, BlockIndentOptions blockIndentOptions)
public void doIteration()
doIteration
in class State
public java.util.Map<AbstractBlockWrapper,Block> getBlockToInfoMap()
public LeafBlockWrapper getFirstBlock()
public LeafBlockWrapper getLastBlock()
public WhiteSpace getLastWhiteSpace()
public BlockRangesMap getBlockRangesMap()
public IndentAdjuster getIndentAdjuster()