Class Translet.ParserFormat

All Implemented Interfaces:
Formattable, Serializable, Cloneable
Enclosing class:
Translet

public static class Translet.ParserFormat extends Format.Annotated<Translet.Parser<?>>
Specialized Format which refers to a Parser for alignment of char data. When printed to a Translet.FormatPrinter_memo it skips all columns already used by another parser. This makes unambiguous visual relation possible, when later printer to the parsed input data below.
See Also:
  • Constructor Details

  • Method Details

    • doprint

      protected void doprint(Format.FormatPrinter v)
      Description copied from class: eu.bandm.tools.format.Format
      Over-ridden by all sub-classes of Format, for performing the adquate print operations. To be printed is the raison d'ĂȘtre of Format objects. These methods do not use the Visitor/Matcher framework, but direct method invocation and basic method dispatch for descending to child nodes.
      Overrides:
      doprint in class Format.Annotated<Translet.Parser<?>>