Package edu.jas.kern

Class PrettyPrint


  • public class PrettyPrint
    extends java.lang.Object
    PrettyPrint, defines global pretty print status.
    Author:
    Heinz Kredel
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PrettyPrint()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isTrue()
      isTrue.
      static void setInternal()
      setInternal.
      static void setPretty()
      setPretty.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isTrue

        public static boolean isTrue()
        isTrue.
        Returns:
        true, if to use pretty printing, else false.
      • setPretty

        public static void setPretty()
        setPretty. Set use pretty printing to true.
      • setInternal

        public static void setInternal()
        setInternal. Set use pretty printing to false.