Package com.e1c.g5.v8.dt.formatter.bsl
Class BslIndentOnAutowrap
- java.lang.Object
-
- com.e1c.g5.v8.dt.formatter.bsl.BslIndentOnAutowrap
-
- All Implemented Interfaces:
org.eclipse.xtext.formatting2.IAutowrapFormatter
public class BslIndentOnAutowrap extends Object implements org.eclipse.xtext.formatting2.IAutowrapFormatter
This class is sign for WhitespaceFormatter to indent region
-
-
Constructor Summary
Constructors Constructor Description BslIndentOnAutowrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
format(org.eclipse.xtext.formatting2.regionaccess.ITextSegment region, org.eclipse.xtext.formatting2.IHiddenRegionFormatting wrapped, org.eclipse.xtext.formatting2.IFormattableDocument document)
-
-
-
Method Detail
-
format
public void format(org.eclipse.xtext.formatting2.regionaccess.ITextSegment region, org.eclipse.xtext.formatting2.IHiddenRegionFormatting wrapped, org.eclipse.xtext.formatting2.IFormattableDocument document)
- Specified by:
format
in interfaceorg.eclipse.xtext.formatting2.IAutowrapFormatter
-
-