Class SingleCollectionExpression

Direct Known Subclasses:
OptionalExpression, SingleCollectionLiteral

public class SingleCollectionExpression extends DelegatedExpression
Cover-all expression to represent "single collection" mapped types. Note that we should split this up if we ever want to have methods on particular types. For example we could have OptionalExpression and provide methods "isPresent" and "get".