Class Println

  • All Implemented Interfaces:
    IVilType

    public class Println
    extends java.lang.Object
    implements IVilType
    Debug / printing support.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Constructor Description
      Println()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void println​(java.lang.Object object)
      Just prints to the instantiator tracer.
      • Methods inherited from class java.lang.Object

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

      • Println

        public Println()
    • Method Detail

      • println

        public static void println​(java.lang.Object object)
        Just prints to the instantiator tracer.
        Parameters:
        object - the object to be printed