refactor implementation to make Label implementations private

This commit is contained in:
Erik Krogh Kristensen
2021-11-22 09:43:13 +01:00
parent 6060f2e3e3
commit e9df860431
4 changed files with 151 additions and 129 deletions

View File

@@ -12,4 +12,4 @@ import javascript
import meta.MetaMetrics
select projectRoot(),
count(API::Node pred, API::ApiLabel lbl, API::Node succ | succ = pred.getASuccessor(lbl))
count(API::Node pred, API::Label::ApiLabel lbl, API::Node succ | succ = pred.getASuccessor(lbl))