New method

The New Method command is used to create a new empty method in currently edited *.j file

To create a new method right click on editor to open popup menu. Then select New Method command from Jasclipse submenu.

In the New Method Wizard you have to fill in at least Name and return type text boxes. Method arguments are optional.

After you've finished your method definition, click OK. The new empty method will be created in *.j file.