You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rosetta-lang/src/main/java/com/regnosys/rosetta/interpreternew/visitors/RosettaInterpreterEnumerationInterpreter.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@ public RosettaInterpreterEnumerationInterpreter() {
18
18
}
19
19
20
20
/**
21
-
* Interprets a list literal, evaluating it to a list value.
21
+
* Interprets the definition of an enumeration expression,
22
+
* then adds the enum value to the environment.
22
23
*
23
24
* @param exp the expression to be interpreted
24
-
* @return the list value it represents
25
+
* @return the new environment after adding the enum to it
0 commit comments