Skip to content

Commit

Permalink
Added getUseDef function
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Aug 27, 2024
1 parent 11629a7 commit 4e084c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/typepal/ISolver.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ data Solver
set[Define] (str id, loc scope, set[IdRole] idRoles) getDefinitions, // deprecated
set[Define] () getAllDefines,
Define(loc) getDefine,
rel[loc,loc] () getUseDef,

/* Nested Info */ void(str key, value val) push,
value (str key) pop,
Expand Down

0 comments on commit 4e084c1

Please sign in to comment.