private String extractAppliedAlias(DotNode dotNode) {
   return dotNode.getText().substring(0, dotNode.getText().indexOf('.'));
 }