codeprep
codeprep copied to clipboard
Enhance `ParsedToken` hierarchy
- rename
SplitContainer
to Identifier - make Identifier abstract and extend it with
SingleWordIdentifier
,TwoWordIdentifier
,ThreeWordIdentifier
,FourOrMoreWordIdentifier
- make other classes that have sub-classes abstract