All Packages Class Hierarchy This Package Previous Next Index
Class aioli.ppml.PPManager
java.lang.Object
|
+----aioli.ppml.PPManager
- public class PPManager
- extends Object
Defines a manager for prettyprinter operator
-
PPManager()
-
-
getPprinter(String, String)
- Gets the PPEngine given the language and the style
-
getPprinter(Variable, String)
- Gets the PPEngine given a tree and a style
PPManager
public PPManager()
getPprinter
public static PPEngine getPprinter(String name,
String type)
- Gets the PPEngine given the language and the style
- Parameters:
- name - is the name of the formalism
- Returns:
- a PPEngine
getPprinter
public static PPEngine getPprinter(Variable var,
String type)
- Gets the PPEngine given a tree and a style
- Parameters:
- tree - is the tree to visualize
All Packages Class Hierarchy This Package Previous Next Index