Add missing doc

This commit is contained in:
Harry Maclean
2022-09-27 11:23:08 +13:00
parent 3717cb30eb
commit cb8865f3ff

View File

@@ -87,6 +87,7 @@ private class VisibilityModifier extends MethodCall {
this.getNumberOfArguments() = 0
}
/** Gets the visibility set by this modifier. */
string getVisibility() {
this.getMethodName() = ["public", "public_class_method"] and result = "public"
or