All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aioli.ppml.PPEngine

java.lang.Object
   |
   +----aioli.ppml.RuleInfo
           |
           +----aioli.ppml.PPEngine

public class PPEngine
extends RuleInfo

Constructor Index

 o PPEngine(Pprinter)

Method Index

 o box2vtp(IPath)
 o build(Tree, int, AStack, String)
 o buildTop(Tree, int, String)
 o display(Tree, int)
 o getBox()
 o getSkeleton()
 o getTree()
 o modif(MPath)
 o modif(Tree, int, AStack, String, Skeleton, MPath)
 o setPprinter(Pprinter)
 o softBuild(Tree, int, AStack, String)
 o vtp2box(IPath)

Constructors

 o PPEngine
 public PPEngine(Pprinter pprinter)

Methods

 o setPprinter
 public void setPprinter(Pprinter pprinter)
 o build
 public Skeleton build(Tree tree,
                       int holo,
                       AStack annot,
                       String context)
 o buildTop
 public void buildTop(Tree tree,
                      int holo,
                      String context)
 o softBuild
 public Skeleton softBuild(Tree tree,
                           int holo,
                           AStack annot,
                           String context)
Overrides:
softBuild in class RuleInfo
 o box2vtp
 public IPath box2vtp(IPath pathb)
 o vtp2box
 public IPath vtp2box(IPath patht)
 o modif
 public MBPath modif(Tree tree,
                     int holo,
                     AStack annot,
                     String context,
                     Skeleton sk,
                     MPath patht)
Overrides:
modif in class RuleInfo
 o getSkeleton
 public Skeleton getSkeleton()
 o getBox
 public GlyphInterface getBox()
 o getTree
 public Tree getTree()
 o display
 public GlyphInterface display(Tree tree,
                               int holo)
 o modif
 public MBPath modif(MPath path)

All Packages  Class Hierarchy  This Package  Previous  Next  Index