renamed "isMethod" to "is_method"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:53 +02:00
parent 6382f6d202
commit 10439fb522
49 changed files with 103 additions and 96 deletions

View File

@@ -514,7 +514,7 @@ case @property.kind of
@field_or_vardeclarator = @field | @vardeclarator;
is_computed (int id: @property ref);
isMethod (int id: @property ref);
is_method (int id: @property ref);
isStatic (int id: @property ref);
isAbstractMember (int id: @property ref);
isConstEnum (int id: @enumdeclaration ref);