org.eclipse.xtext.formatting
Class IIndentationInformation.Default

java.lang.Object
  extended by org.eclipse.xtext.formatting.IIndentationInformation.Default
All Implemented Interfaces:
IIndentationInformation
Enclosing interface:
IIndentationInformation

public static class IIndentationInformation.Default
extends java.lang.Object
implements IIndentationInformation

Since:
2.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.formatting.IIndentationInformation
IIndentationInformation.Default
 
Constructor Summary
IIndentationInformation.Default()
           
 
Method Summary
 java.lang.String getIndentString()
          returns the string used to indent a line one level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IIndentationInformation.Default

public IIndentationInformation.Default()
Method Detail

getIndentString

public java.lang.String getIndentString()
Description copied from interface: IIndentationInformation
returns the string used to indent a line one level

Specified by:
getIndentString in interface IIndentationInformation