renamed "hasPublicKeyword" to "has_public_keyword"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:57 +02:00
parent 29e5bdb4d7
commit 82ddbc3b47
6 changed files with 11 additions and 4 deletions

View File

@@ -520,7 +520,7 @@ is_abstract_member (int id: @property ref);
is_const_enum (int id: @enumdeclaration ref);
is_abstract_class (int id: @classdeclstmt ref);
hasPublicKeyword (int id: @property ref);
has_public_keyword (int id: @property ref);
hasPrivateKeyword (int id: @property ref);
hasProtectedKeyword (int id: @property ref);
hasReadonlyKeyword (int id: @property ref);