Class Type

java.lang.Object
eu.bandm.tools.tpath.type.Type

public class Type extends Object
Created on 2024-03-03_16h32m34
by program bandm/metatools/umod, version 0.17
command line =
bandm/metatools/umod --getterfunctions true $(HOME)/metatools/src eu.bandm.tools.tpath.type Type.umod
  • Method Details

    • toFormat

      public static Format toFormat(Object e0)
      Yields a pretty-print format for arbitrary objects.
      Parameters:
      e0 - the object to render.
    • toFormat

      public static Format toFormat(Object e0, Integer mode)
      Yields a pretty-print format for arbitrary objects.
      Parameters:
      e0 - the object to render.
      mode - an integer mode selector read by the $switch$mode.. construct in format definitions. This allows small variants in the generated pretty-print.