net.sourceforge.czt.print.ast
Class PrintFactory

java.lang.Object
  extended by net.sourceforge.czt.base.impl.BaseFactory
      extended by net.sourceforge.czt.print.ast.PrintFactory

public class PrintFactory
extends net.sourceforge.czt.base.impl.BaseFactory


Constructor Summary
PrintFactory()
           
 
Method Summary
 Application createApplication()
           
 OperatorApplication createOperatorApplication(net.sourceforge.czt.z.util.OperatorName opName, java.util.List<net.sourceforge.czt.z.ast.Expr> args, Precedence prec, net.sourceforge.czt.z.ast.Assoc assoc)
           
 PrintExpression createPrintExpression(java.util.List something)
           
 PrintParagraph createPrintParagraph(java.util.List something)
           
 PrintPredicate createPrintPredicate(java.util.List something, Precedence prec, net.sourceforge.czt.z.ast.Assoc assoc)
           
 
Methods inherited from class net.sourceforge.czt.base.impl.BaseFactory
getToStringVisitor, setToStringVisitor, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintFactory

public PrintFactory()
Method Detail

createApplication

public Application createApplication()

createOperatorApplication

public OperatorApplication createOperatorApplication(net.sourceforge.czt.z.util.OperatorName opName,
                                                     java.util.List<net.sourceforge.czt.z.ast.Expr> args,
                                                     Precedence prec,
                                                     net.sourceforge.czt.z.ast.Assoc assoc)

createPrintParagraph

public PrintParagraph createPrintParagraph(java.util.List something)

createPrintExpression

public PrintExpression createPrintExpression(java.util.List something)

createPrintPredicate

public PrintPredicate createPrintPredicate(java.util.List something,
                                           Precedence prec,
                                           net.sourceforge.czt.z.ast.Assoc assoc)


Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.