Method

Method

new Method(cfg)

Source:

Represents an Application's Method. It contains several kind of information : - the definition with teh instructions - locations of the call to this methods (cross references) - number of local variables - references to classes called, method called, field called, ...
- eventually, some tags related to the method action - eventually, the value of the parameters at runtime

Parameters:
Name Type Description
cfg Object

Optional, an object wich can be used in order to initialize the instance

Methods

signature() → {String}

Source:

To build a strings containing the method canonical name, with the arguments types and orders, and the return type. This signature acts as a primary key into the DB and it is the unique identifier of a object, here a method.

Be aware if you modify it you can break the engine !!

Returns:

The method signature

Type
String