Uses of Class
org.extex.core.exception.GeneralException

Packages that use GeneralException
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.backend.documentWriter This package contains the backends of ExTeX which are responsible for writing the constructed pages to an appropriate file. 
org.extex.backend.documentWriter.dvi This package contains the definitions for a DocumentWriter for dvi-Files. 
org.extex.backend.documentWriter.dvix This package contains a DocumentWriter to produce DVI files. 
org.extex.backend.documentWriter.exception This package contains the exception classes for the document writer implementations. 
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.pdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.pdf.exception This package contains the exceptions of the pdf backend. 
org.extex.backend.documentWriter.postscript This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. 
org.extex.backend.documentWriter.postscript.converter This package contains converters for the a PostScript DocumentWriter. 
org.extex.backend.documentWriter.postscript.util This package contains utility classes for the a PostScript DocumentWriter. 
org.extex.backend.documentWriter.rtf This package contains a DocumentWriter to produce RTF files. 
org.extex.backend.documentWriter.svg This package contains a backend of ExTeX which dumps the information in a SVG format. 
org.extex.backend.documentWriter.text This package contains a backend of ExTeX which dumps the information as text in a readable format to the output file (very simple). 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.backend.exception This package contains the backend exceptionss of ExTeX
org.extex.baseext.exception   
org.extex.color This package contains some classes for color support. 
org.extex.color.model This package contains implementing classes for different color models. 
org.extex.core.exception This package contains exceptions of general interest. 
org.extex.core.exception.helping   
org.extex.engine.typesetter.page This package contains the backend support for pages of the core engine of ExTeX
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context.impl.extension   
org.extex.interpreter.exception This package contains exception classes which are derived from the HelpingException. 
org.extex.interpreter.interaction This package contains classes and interfaces for the interaction mode. 
org.extex.interpreter.loader This package contains an implementation for a format loadercore engine. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.interpreter.primitives.register.bool This package contains primitives for the manipulation of bool registers. 
org.extex.interpreter.primitives.register.hash This package contains primitives for the manipulation of hash - toks registers. 
org.extex.language.hyphenation.exception This package contains exception classes for a hyphenation engine. 
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
org.extex.main.tex.exception This package contains some support classes for the ExTeX main program. 
org.extex.pdf.api.exception This package contains exception classes for the PDF TeX support. 
org.extex.scanner.api.exception This package contains the exception classes for the scanner implementations. 
org.extex.scanner.stream.exception This package contains the exception classes for the stream implementations. 
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
org.extex.typesetter.exception This package contains the exception classes for the typesetter implementations. 
org.extex.typesetter.output   
org.extex.typesetter.tex   
org.extex.typesetter.type This package contains type definitions for the typesetter. 
org.extex.typesetter.type.node This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. 
org.extex.typesetter.type.page This package contains type definitions for the pages and supporting classes. 
org.extex.unit.base.register.toks This package contains token register primitives for the ExTeX engine. 
org.extex.unit.dynamic.java This package contains primitives to deal with Java code from within ExTeX. 
org.extex.unit.omega.dir This package contains primitives defined in Omega for directions. 
org.extex.unit.omega.mode This package contains primitives defined in Omega for modes. 
org.extex.unit.omega.ocp.util This package contains utilities for OCPs. 
org.extex.unit.tex.file.nodes This package contains node types used for handling delayed file operations. 
org.extex.unit.tex.info.util This package contains some utility classes. 
org.extex.unit.tex.macro.exceptions This package contains utilities for the management of macros. 
 

Uses of GeneralException in org.extex
 

Methods in org.extex that throw GeneralException
protected  Context ExTeX.loadFormat(java.lang.String fmt, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, Configuration config, OutputStreamFactory outFactory, TokenFactory tokenFactory)
          Load a format if a non-empty name of a format is given.
protected  Context ExTeX.makeContext(Configuration config, TokenFactory tokenFactory, CoreFontFactory fontFactory, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, OutputStreamFactory outFactory)
          Prepare the context according to its configuration.
protected  Font ExTeX.makeDefaultFont(Configuration config, CoreFontFactory fontFactory)
          Create a default font for the interpreter context.
protected  Interpreter ExTeX.makeInterpreter(Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, java.lang.String jobname)
          Create a new interpreter.
 

Uses of GeneralException in org.extex.backend.documentWriter
 

Methods in org.extex.backend.documentWriter that throw GeneralException
 void DocumentWriter.close()
          This method is invoked upon the end of the processing.
 int DocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 

Uses of GeneralException in org.extex.backend.documentWriter.dvi
 

Subclasses of GeneralException in org.extex.backend.documentWriter.dvi
 class PanicException
          Panic exception in dvi writer.
 

Methods in org.extex.backend.documentWriter.dvi that return GeneralException
 GeneralException DviWriter.getError()
          Get the last error.
 

Methods in org.extex.backend.documentWriter.dvi that throw GeneralException
 void DviWriter.beginDviFile()
          Before any output the method beginDviFile have to be called.
 void DviWriter.beginPage()
          beginPage starts a new page in the dvi file.
 void DviDocumentWriter.close()
          This method is invoked upon the end of the processing.
 void DviOutputStream.close()
          ...
 void DviWriter.endDviFile()
          After the output the method endDviFile have to be called.
 void DviWriter.endPage()
          endPage terminates the current page.
 void DviWriter.restoreCurrentPositions()
          Restore all saved Positions.
 void DviWriter.saveCurrentPositions()
          Save all saved Positions.
 void DviWriter.selectFont(Font font)
          Select Font for the next CharNodes.
 int DviDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 java.lang.Object DebugNodeVisitor.visitAdjust(AdjustNode node, java.lang.Object value)
          Call the visitAdjust to inspect.
 java.lang.Object DebugNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Object value)
          Call the visitAfterMath to inspect.
 java.lang.Object DebugNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value)
          Call the visitAlignedLeaders to inspect.
 java.lang.Object DebugNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Object value)
          Call the visitBeforeMath to inspect.
 java.lang.Object DebugNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
          Call the visitCenteredLeaders to inspect.
 java.lang.Object DebugNodeVisitor.visitChar(CharNode node, java.lang.Object value)
          Call the visitChar to inspect.
 java.lang.Object DebugNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
          Call the visitDiscretionary to inspect.
 java.lang.Object DebugNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
          Call the visitExpandedLeaders to inspect.
 java.lang.Object DebugNodeVisitor.visitGlue(GlueNode node, java.lang.Object value)
          Call the visitGlue to inspect.
 java.lang.Object DebugNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          Call the visitHorizontalList to inspect.
 java.lang.Object DebugNodeVisitor.visitInsertion(InsertionNode node, java.lang.Object value)
          Call the visitInsertion to inspect.
 java.lang.Object DebugNodeVisitor.visitKern(KernNode node, java.lang.Object value)
          Call the visitKern to inspect.
 java.lang.Object DebugNodeVisitor.visitLigature(LigatureNode node, java.lang.Object value)
          Call the visitLigature to inspect.
 java.lang.Object DebugNodeVisitor.visitMark(MarkNode node, java.lang.Object value)
          Call the visitMark to inspect.
 java.lang.Object DebugNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Object value)
          Call the visitPenalty to inspect.
 java.lang.Object DebugNodeVisitor.visitRule(RuleNode node, java.lang.Object value)
          Call the visitRule to inspect.
 java.lang.Object DebugNodeVisitor.visitSpace(SpaceNode node, java.lang.Object value)
          Call the visitSpace to inspect.
 java.lang.Object DebugNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
          Call the visitVerticalList to inspect.
 java.lang.Object DebugNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 java.lang.Object DebugNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Object value)
          Call the visitWhatsIt to inspect.
 void DviOutputStream.writeByte(int theByte)
          Writes a single byte to the output stream.
 void DviOutputStream.writeCodeNumberAndArg(int[] codes, int argNumber)
          Write a value and the dvi code to the output stream.
 void DviOutputStream.writeCodeNumberAndArg(int[] shortCodes, int[] codes, int argNumber)
          Write a command with an number as argument.
 void DviWriter.writeHorizontalSpace(FixedDimen space)
          Write horizontal space to dvi-file.
 void DviWriter.writeNode(CharNode node)
          Write a char node to the dvi file.
 void DviWriter.writeNode(RuleNode node)
          Write node to the dvi file.
 void DviWriter.writeNode(WhatsItNode node)
          Write node to the dvi-file.
 void DviOutputStream.writeNumber(int number, int bytes)
          Write a number to the output stream.
 void DviWriter.writeSpace(FixedDimen space, Mode mode)
          Write space to the the dvi file.
 void DviOutputStream.writeString(java.lang.String string)
          Write a string to the output stream.
 void DviOutputStream.writeStringAndSize(java.lang.String string)
          Write a string to the output stream.
 void DviWriter.writeVerticalSpace(FixedDimen space)
          Write vertical space to dvi-file.
 

Uses of GeneralException in org.extex.backend.documentWriter.dvix
 

Methods in org.extex.backend.documentWriter.dvix that throw GeneralException
 void DviDocumentWriter.close()
          This method is invoked upon the end of the processing.
 int DviDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 

Uses of GeneralException in org.extex.backend.documentWriter.exception
 

Subclasses of GeneralException in org.extex.backend.documentWriter.exception
 class DocumentWriterClosedChannelException
          DocumentWriter: clodes channel.
 class DocumentWriterException
          This is the base class for all document writer exception visible through the interface.
 class DocumentWriterFontException
          DocumentWriter: FontException.
 class DocumentWriterIOException
          DocumentWriter: IOException.
 class NoOutputStreamException
          A document writer throws is exception when no output stream was set before calling shipout.
 class OutputStreamOpenException
          This exception is used to signal that an output stream could not be opened.
 

Uses of GeneralException in org.extex.backend.documentWriter.itextpdf
 

Methods in org.extex.backend.documentWriter.itextpdf that throw GeneralException
 void TwoPassDocumentWriter.close()
          This method is invoked upon the end of the processing.
 void PdfDocumentWriter.close()
          This method is invoked upon the end of the processing.
 int TwoPassDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 int PdfDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 java.lang.Object CollectNodeVisitor.visitAdjust(AdjustNode node, java.lang.Object value)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitAdjust(AdjustNode node, java.lang.Object value)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Object value)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Object value)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Object value)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Object value)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitChar(CharNode node, java.lang.Object value)
          This method is called when a CharNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitChar(CharNode node, java.lang.Object value)
          This method is called when a CharNode has been encountered.
 java.lang.Object PdfColorVisitor.visitCmyk(CmykColor color, java.lang.Object value)
          This method is called when an CmykColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitGlue(GlueNode node, java.lang.Object value)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitGlue(GlueNode node, java.lang.Object value)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PdfColorVisitor.visitGray(GrayscaleColor color, java.lang.Object value)
          This method is called when an GrayscaleColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PdfColorVisitor.visitHsv(HsvColor color, java.lang.Object value)
          This method is called when an HsvColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitInsertion(InsertionNode node, java.lang.Object value)
          This method is called when an InsertionNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitInsertion(InsertionNode node, java.lang.Object value)
          This method is called when an InsertionNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitKern(KernNode node, java.lang.Object value)
          This method is called when a KernNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitKern(KernNode node, java.lang.Object value)
          This method is called when a KernNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitLigature(LigatureNode node, java.lang.Object value)
          This method is called when a LigatureNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitLigature(LigatureNode node, java.lang.Object value)
          This method is called when a LigatureNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitMark(MarkNode node, java.lang.Object value)
          This method is called when a MarkNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitMark(MarkNode node, java.lang.Object value)
          This method is called when a MarkNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Object value)
          This method is called when a PenaltyNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Object value)
          This method is called when a PenaltyNode has been encountered.
 java.lang.Object PdfColorVisitor.visitRgb(RgbColor color, java.lang.Object value)
          This method is called when an RgbColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitRule(RuleNode node, java.lang.Object value)
          This method is called when a RuleNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitRule(RuleNode node, java.lang.Object value)
          This method is called when a RuleNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitSpace(SpaceNode node, java.lang.Object value)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitSpace(SpaceNode node, java.lang.Object value)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Object value)
          This method is called when a WhatsItNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Object value)
          This method is called when a WhatsItNode has been encountered.
 

Uses of GeneralException in org.extex.backend.documentWriter.pdf
 

Methods in org.extex.backend.documentWriter.pdf that throw GeneralException
 java.lang.Object PdfNodeVisitor.visitChar(CharNode node, java.lang.Object value)
           
 java.lang.Object PdfColorVisitor.visitCmyk(CmykColor color, java.lang.Object value)
          This method is called when an CmykColor has been encountered.
 java.lang.Object PdfColorVisitor.visitGray(GrayscaleColor color, java.lang.Object value)
          This method is called when an GrayscaleColor has been encountered.
 java.lang.Object PdfNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
           
 java.lang.Object PdfColorVisitor.visitHsv(HsvColor color, java.lang.Object value)
          This method is called when an HsvColor has been encountered.
 java.lang.Object PdfColorVisitor.visitRgb(RgbColor color, java.lang.Object value)
          This method is called when an RgbColor has been encountered.
 java.lang.Object PdfNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
           
 java.lang.Object PdfNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

Uses of GeneralException in org.extex.backend.documentWriter.pdf.exception
 

Subclasses of GeneralException in org.extex.backend.documentWriter.pdf.exception
 class DocumentWriterPdfBoxColorException
          Exception for the ColorAdapter.
 class DocumentWriterPdfException
          DocumentWriter: Exception from the PDF-Document.
 class DocumentWriterPdfNotSupportedColorException
          Exception for the ColorAdapter.
 

Uses of GeneralException in org.extex.backend.documentWriter.postscript
 

Methods in org.extex.backend.documentWriter.postscript that throw GeneralException
 int EpsWriter.shipout(Page page)
          This is the entry point for the document writer.
 int PsWriter.shipout(Page p)
          This is the entry point for the document writer.
 

Uses of GeneralException in org.extex.backend.documentWriter.postscript.converter
 

Methods in org.extex.backend.documentWriter.postscript.converter that throw GeneralException
protected  void AbstractConverter.treatSpecial(java.io.PrintStream out, SpecialNode specialNode)
          Process a special node.
 java.lang.Object PsBasicConverter.visitAdjust(AdjustNode node, java.io.PrintStream out)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object PsBoxConverter.visitAdjust(AdjustNode node, java.io.PrintStream out)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object PsBasicConverter.visitAfterMath(AfterMathNode node, java.io.PrintStream out)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object PsBoxConverter.visitAfterMath(AfterMathNode node, java.io.PrintStream out)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object PsBasicConverter.visitAlignedLeaders(AlignedLeadersNode node, java.io.PrintStream out)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object PsBoxConverter.visitAlignedLeaders(AlignedLeadersNode node, java.io.PrintStream out)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object PsBasicConverter.visitBeforeMath(BeforeMathNode node, java.io.PrintStream out)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object PsBoxConverter.visitBeforeMath(BeforeMathNode node, java.io.PrintStream out)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object PsBasicConverter.visitCenteredLeaders(CenteredLeadersNode node, java.io.PrintStream out)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object PsBoxConverter.visitCenteredLeaders(CenteredLeadersNode node, java.io.PrintStream out)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object PsBasicConverter.visitChar(CharNode node, java.io.PrintStream out)
          This method is called when a CharNode has been encountered.
 java.lang.Object PsBoxConverter.visitChar(CharNode node, java.io.PrintStream out)
          This method is called when a CharNode has been encountered.
 java.lang.Object PsBasicConverter.visitDiscretionary(DiscretionaryNode node, java.io.PrintStream out)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object PsBoxConverter.visitDiscretionary(DiscretionaryNode node, java.io.PrintStream out)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object PsBasicConverter.visitExpandedLeaders(ExpandedLeadersNode node, java.io.PrintStream out)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object PsBoxConverter.visitExpandedLeaders(ExpandedLeadersNode node, java.io.PrintStream out)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object PsBasicConverter.visitGlue(GlueNode node, java.io.PrintStream out)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PsBoxConverter.visitGlue(GlueNode node, java.io.PrintStream out)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PsBasicConverter.visitHorizontalList(HorizontalListNode node, java.io.PrintStream out)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PsBoxConverter.visitHorizontalList(HorizontalListNode node, java.io.PrintStream out)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PsBasicConverter.visitInsertion(InsertionNode node, java.io.PrintStream out)
          This method is called when an InsertionNode has been encountered.