Kotlin: Extract methods

This commit is contained in:
Ian Lynagh
2021-07-28 19:05:45 +01:00
parent 6dd1027315
commit 49a4e479da
6 changed files with 116 additions and 11 deletions

View File

@@ -332,12 +332,14 @@ constrs(
int sourceid: @constructor ref
);
@package_or_reftype = @package | @reftype
methods(
unique int id: @method,
string nodeName: string ref,
string signature: string ref,
int typeid: @type ref,
int parentid: @reftype ref,
int parentid: @package_or_reftype ref,
int sourceid: @method ref
);