JetObjectDeclaration#getDelegationSpecifierList() by stub

This commit is contained in:
Pavel V. Talanov
2014-04-04 19:20:43 +04:00
parent e4ab5b93b1
commit ea42b77cdb
@@ -118,7 +118,7 @@ public class JetObjectDeclaration extends JetNamedDeclarationStub<PsiJetObjectSt
@Override
@Nullable
public JetDelegationSpecifierList getDelegationSpecifierList() {
return (JetDelegationSpecifierList) findChildByType(JetNodeTypes.DELEGATION_SPECIFIER_LIST);
return getStubOrPsiChild(JetStubElementTypes.DELEGATION_SPECIFIER_LIST);
}
@Override