Class MethodName


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

      Constructors 
      Constructor Description
      MethodName()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getCallerMethodName()  
      static java.lang.String getMethodName()  
      • Methods inherited from class java.lang.Object

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

      • MethodName

        public MethodName()
    • Method Detail

      • getMethodName

        public static java.lang.String getMethodName()
      • getCallerMethodName

        public static java.lang.String getCallerMethodName()