Package smetana.core

Class JUtilsDebug


  • public class JUtilsDebug
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JUtilsDebug()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void ENTERING​(java.lang.String signature, java.lang.String methodName)  
      static void LEAVING​(java.lang.String signature, java.lang.String methodName)  
      static void printMe()  
      static void reset()  
      • Methods inherited from class java.lang.Object

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

      • JUtilsDebug

        public JUtilsDebug()
    • Method Detail

      • ENTERING

        public static void ENTERING​(java.lang.String signature,
                                    java.lang.String methodName)
      • LEAVING

        public static void LEAVING​(java.lang.String signature,
                                   java.lang.String methodName)
      • reset

        public static void reset()
      • printMe

        public static void printMe()