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