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