org.eclipse.xtext.formatting
Interface INodeModelFormatter

All Known Implementing Classes:
AbstractNodeModelFormatter, DefaultNodeModelFormatter

public interface INodeModelFormatter

Author:
Moritz Eysholdt - Initial contribution and API

Nested Class Summary
static interface INodeModelFormatter.IFormattedRegion
           
 
Method Summary
 INodeModelFormatter.IFormattedRegion format(ICompositeNode root, int offset, int length)
           
 

Method Detail

format

INodeModelFormatter.IFormattedRegion format(ICompositeNode root,
                                            int offset,
                                            int length)