Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0456 Get modifiers and name for this method

int getModifiers() Returns the Java language modifiers for the method represented by this Method object, as an integer. String getName() Returns the name of the method represented by this Method object, as a String