Uses of Interface
org.eclipse.xpand2.output.PostProcessor

Packages that use PostProcessor
org.eclipse.xpand2 Implementation of the Xpand language 
org.eclipse.xpand2.output Generator output handling 
 

Uses of PostProcessor in org.eclipse.xpand2
 

Methods in org.eclipse.xpand2 that return types with arguments of type PostProcessor
 List<? extends PostProcessor> Generator.getBeautifier()
          Deprecated. Will be removed in 2.0
 

Method parameters in org.eclipse.xpand2 with type arguments of type PostProcessor
 void Generator.setBeautifier(List<? extends PostProcessor> beautifiers)
          Deprecated. Configure PostProcessors per Outlet
 

Uses of PostProcessor in org.eclipse.xpand2.output
 

Classes in org.eclipse.xpand2.output that implement PostProcessor
 class FileInfoLogger
          Message Pattern Variables {0} : File Path (including name) {1} : File name {2} : LOC current file {3} : LOC total {4} : Number of files written by this postprocessor Log Level 0 = Trace 1 = Debug 2 = Info
 class JavaBeautifier
          Formats generated Java code using the Eclipse code formatter.
 

Fields in org.eclipse.xpand2.output with type parameters of type PostProcessor
 List<PostProcessor> Outlet.postprocessors
           
 

Methods in org.eclipse.xpand2.output with parameters of type PostProcessor
 void Outlet.addPostprocessor(PostProcessor b)
           
 



Copyright © 2015. All rights reserved.