org.eclipse.amp.amf.parameters.formatting
Class AParFormatter

java.lang.Object
  extended by org.eclipse.xtext.formatting.impl.AbstractFormatter
      extended by org.eclipse.xtext.formatting.impl.BaseFormatter
          extended by org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
              extended by org.eclipse.amp.amf.parameters.formatting.AParFormatter
All Implemented Interfaces:
org.eclipse.xtext.formatting.IFormatter

public class AParFormatter
extends org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter

This class contains custom formatting description. see : http://wiki.eclipse.org/Xtext/Documentation#Formatting on how and when to use it Also see org.eclipse.xtext.xtext.XtextFormattingTokenSerializer as an example


Constructor Summary
AParFormatter()
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
createFormatterStream, setGrammarAccess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AParFormatter

public AParFormatter()