fge
fge

Reputation: 121710

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?

Upvotes: 1

Views: 82

Answers (1)

rfg
rfg

Reputation: 1636

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

Upvotes: 2

Related Questions