The specification formats for program name are as follows.
{external program name | [external program name].internal program name | [class-name] :method-name}
external program name
Specify program definition (external program).
[external program name].internal program name
Specify program definition (internal program). It is considered that an external program name of implied program name is specified when the external program name is omitted. The internal program name referred here is the program that contains the external and internal program.
[class-name]:method-name
Specify method definition (factory) or method definition (object). When a user-defined property method is specified, refer to Specification Formats of Property Method. It is considered that class-name of implied program name is specified when the class-name is omitted.
To use a program name that contains a period ( . ), colon( : ) or other special character, specify the external name and internal name with a nonnumeric literal.
Specification Formats of Property Method
When debugging a user-defined property method, specify the method-name using the following formats.
GET method _ GET _ property name
SET method _ SET _ property name