Method getName()
Return type: java.lang.String
Member of: java.lang.reflect.Method
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 this (aConstantPool, aMethod.getModifiers(), aMethod.getName(),
2 return m.getName().startsWith("set")
3 return method.getName().equals(getMethodName());
4 return o.getClass().getMethod("get" + m.getName().toUpperCase(),
5 if (method[methIdx].getName().equals(methodName))
6 String name = m.getName();
7 event.getListenerMethod().getName(),
8 if (wMeth != null && wMeth.getName().equals(name))
9 if (!loaded && !passthroughMethods.contains(method.getName())) {
10 final String methodName = method.getName();
11 return findClassMethod(list,c.getName(),m.getName());
12 String name = theMethod.getName();
13 String name = methods[i].getName();
14 if (Modifier.isStatic(m.getModifiers()) && m.getName().equals(theName))
15 return this.callmethod( method.getName(), args);
16 String methodName = method.getName();
17 method.getName(),
18 method.getName(),
19 System.out.print (m.getReturnType() + " " + m.getName() + " (");
20 String name = method.getName();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.