Class Purify


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

      Constructors 
      Constructor Description
      Purify()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void entering​(java.lang.String signature, java.lang.String methodNameDeclared)  
      void leaving​(java.lang.String signature, java.lang.String methodName)  
      void printMe()  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • Purify

        public Purify()
    • Method Detail

      • entering

        public void entering​(java.lang.String signature,
                             java.lang.String methodNameDeclared)
      • leaving

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

        public void reset()
      • printMe

        public void printMe()