renamed "isAbstractClass" to "is_abstract_class"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:56 +02:00
parent a0afcaa3a8
commit 29e5bdb4d7
9 changed files with 15 additions and 8 deletions

View File

@@ -518,7 +518,7 @@ is_method (int id: @property ref);
is_static (int id: @property ref);
is_abstract_member (int id: @property ref);
is_const_enum (int id: @enumdeclaration ref);
isAbstractClass (int id: @classdeclstmt ref);
is_abstract_class (int id: @classdeclstmt ref);
hasPublicKeyword (int id: @property ref);
hasPrivateKeyword (int id: @property ref);