LOTUSSCRIPT LANGUAGE
This returns the modifier value(s) for a Java method. The property is read only.
Defined in
JavaMethod
Data type
Long
Syntax
To get: Long = javamethod.Modifier
Usage
The Modifier property returns a combination of bits for the modifier(s) of the Java method (as specified by javamethod) as follows:
Note The keywords private and protected are not available (private and protected methods are not available with LS2J).
Example See Also