net.sourceforge.czt.print.ast
Class PrintParagraph

java.lang.Object
  extended by net.sourceforge.czt.base.impl.TermImpl
      extended by net.sourceforge.czt.z.impl.ParaImpl
          extended by net.sourceforge.czt.print.ast.PrintParagraph
All Implemented Interfaces:
net.sourceforge.czt.base.ast.Term, net.sourceforge.czt.z.ast.Para

public class PrintParagraph
extends net.sourceforge.czt.z.impl.ParaImpl

A printable paragraph.

Author:
Petra Malik

Constructor Summary
protected PrintParagraph(PrintFactory factory, java.util.List something)
           
 
Method Summary
 java.lang.Object accept(net.sourceforge.czt.util.Visitor visitor)
           
 PrintParagraph create(java.lang.Object[] children)
           
 java.lang.Object[] getChildren()
           
 
Methods inherited from class net.sourceforge.czt.z.impl.ParaImpl
equals, hashCode
 
Methods inherited from class net.sourceforge.czt.base.impl.TermImpl
getAnn, getAnns, getFactory, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.czt.base.ast.Term
getAnn, getAnns
 

Constructor Detail

PrintParagraph

protected PrintParagraph(PrintFactory factory,
                         java.util.List something)
Method Detail

accept

public java.lang.Object accept(net.sourceforge.czt.util.Visitor visitor)
Specified by:
accept in interface net.sourceforge.czt.base.ast.Term
Overrides:
accept in class net.sourceforge.czt.z.impl.ParaImpl

getChildren

public java.lang.Object[] getChildren()

create

public PrintParagraph create(java.lang.Object[] children)


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