Search code examples
intersystems-cacheobjectscript

What does that line mean in ObjectScript?


This is a line in class MonCache.DB of this project:

s fieldsNames = ##class(MonCache.Types.Object) modificationOperator.getNames()

It is the first time I see that... Is that a cast, by any chance?


Solution

  • It's method casting and whitespace does not matter in this particular context.