renamed "isAbstractMember" to "is_abstract_member"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:54 +02:00
parent 2c3b3e7173
commit ac345fbecd
16 changed files with 52 additions and 45 deletions

View File

@@ -516,7 +516,7 @@ case @property.kind of
is_computed (int id: @property ref);
is_method (int id: @property ref);
is_static (int id: @property ref);
isAbstractMember (int id: @property ref);
is_abstract_member (int id: @property ref);
isConstEnum (int id: @enumdeclaration ref);
isAbstractClass (int id: @classdeclstmt ref);