Class Node

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

public class Node extends Object
Created on 2024-03-03_16h32m37
by program bandm/metatools/umod, version 0.17
command line =
bandm/metatools/umod --getterfunctions true $(HOME)/metatools/src eu.bandm.tools.tpath.type Node.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.