all(`$class-literal`)
Gets all instances of the given class.
| Name | Type | Description | Mandatory | Default |
|---|---|---|---|---|
| class-literal | String | The class whose instances are to be retrieved. | yes |
Type: Set
A set containing all instances of the class.
`my.module:MyClass`
Output: A set containing all instances of the class MyClass.