Searched refs:methodname (Results 1 – 2 of 2) sorted by relevance
56 final String methodname; field in DumpStackTest.CallFrame57 CallFrame(Class<?> c, String methodname) { in CallFrame() argument58 this(c.getName(), methodname); in CallFrame()60 CallFrame(String classname, String methodname) { in CallFrame() argument62 this.methodname = methodname; in CallFrame()69 return methodname; in getMethodName()79 return classname + "." + methodname + "(" + getFileName() + ")"; in toString()
226 void trace(String methodname) { in trace() argument229 System.out.format("%2d: %s%n", depth, methodname); in trace()