Skip to content

Commit

Permalink
added ->includesKey etc to compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlano authored Feb 25, 2025
1 parent 6d1c0fd commit e6d8d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified Compiler2.class
Binary file not shown.
4 changes: 4 additions & 0 deletions Compiler2.java
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ public boolean isValidOCLOperator(String str)
str.equals("select") || str.equals("collect") ||
str.equals("reject") ||
str.equals("includes") || str.equals("including") ||
str.equals("includesKey") ||
str.equals("includesValue") ||
str.equals("excludesKey") ||
str.equals("excludesValue") ||
str.equals("excludes") ||
str.equals("excluding") || str.equals("intersection") ||
str.equals("union") ||
Expand Down

0 comments on commit e6d8d12

Please sign in to comment.