Uses of Class
org.eclipse.ocl.examples.pivot.prettyprint.PrettyPrinter

Packages that use PrettyPrinter
org.eclipse.ocl.examples.pivot.prettyprint   
 

Uses of PrettyPrinter in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint that return PrettyPrinter
static PrettyPrinter PrettyPrinter.createNamePrinter(Element element, PrettyPrintOptions options)
           
static PrettyPrinter PrettyPrinter.createPrinter(Element element, PrettyPrintOptions options)
           
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint that return types with arguments of type PrettyPrinter
 AbstractVisitor<java.lang.Object,PrettyPrinter> PrettyPrinter.Factory.createPrettyPrintVisitor(PrettyPrinter printer)
           
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type PrettyPrinter
 AbstractVisitor<java.lang.Object,PrettyPrinter> PrettyPrinter.Factory.createPrettyPrintVisitor(PrettyPrinter printer)
           
 

Constructors in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type PrettyPrinter
EssentialOCLPrettyPrintVisitor(PrettyPrinter context)
           
PivotPrettyPrintVisitor(PrettyPrinter context)