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

Packages that use PostProcessor
org.eclipse.xpand2.output Generator output handling 
 

Uses of PostProcessor in org.eclipse.xpand2.output
 

Classes in org.eclipse.xpand2.output that implement PostProcessor
 class JavaBeautifier
          Formats generated Java code using the Eclipse code formatter.
 class XmlBeautifier
          *
 

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

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


Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.