resolveConstructors abstract method
Resolves the constructors of an interface element.
This creates constructor elements for constructor declarations in a class.
@param elem The interface element to resolve constructors for
Implementation
void resolveConstructors(InterfaceElement elem);