dottedName abstract method

DottedName dottedName(
  1. List<SimpleIdentifier> components
)

Returns a newly created dotted name.

Implementation

DottedName dottedName(List<SimpleIdentifier> components);