Class Method Property Sheet in the Debugger Window
See Also
You can view the properties of a class method by
right-clicking its name in the Classes window
and choosing Properties. A class method
has the following properties:
- Modifiers.
The standard Java language modifiers for the method.
Modifiers are standard keywords that alter the accessibility, behavior, or
semantics of the method. See Modifiers
Property Editor for more information.
- Name.
The name of the method.
- Parameters.
The arguments used to pass values into the method.
- Return Type.
The type of the object that the method returns.
Legal Notices