protected PathedPropertyReferenceSource normalizeUnqualifiedRoot(Tree identifier382) {
throw new UnsupportedOperationException( "must be overridden!" );
}
protected PathedPropertyReferenceSource normalizeQualifiedRoot(Tree identifier381) {
return new PathedPropertyReference( identifier381.getText(), aliasToEntityType );
}