Class TraceAwarePostProcessor
- java.lang.Object
-
- org.eclipse.xtext.generator.LineSeparatorHarmonizer
-
- org.eclipse.xtext.xbase.compiler.output.TraceAwarePostProcessor
-
- All Implemented Interfaces:
org.eclipse.xtext.generator.IFilePostProcessor
public class TraceAwarePostProcessor extends org.eclipse.xtext.generator.LineSeparatorHarmonizerSpecializes theLineSeparatorHarmonizerand is aware ofTreeAppendablethus it can harmonize the line breaks and still maintain the trace information.
-
-
Constructor Summary
Constructors Constructor Description TraceAwarePostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequencepostProcess(org.eclipse.emf.common.util.URI fileURI, java.lang.CharSequence content)
-
-
-
Method Detail
-
postProcess
public java.lang.CharSequence postProcess(org.eclipse.emf.common.util.URI fileURI, java.lang.CharSequence content)- Specified by:
postProcessin interfaceorg.eclipse.xtext.generator.IFilePostProcessor- Overrides:
postProcessin classorg.eclipse.xtext.generator.LineSeparatorHarmonizer
-
-