Method.getModifiers
Class Overview | Class Members | 
  This Package | 
All Packages
 public native int getModifiers()
Description
 Returns the Java language modifiers for the method represented
 by this Method object, as an integer. The Modifier class should
 be used to decode the modifiers.
  
See Also
     Modifier