// This is a generated file. Not intended for manual editing.
package org.dlangplugin.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface DLangAttributeSpecifier extends DLangCompositeElement {
@Nullable
DLangAlignAttribute getAlignAttribute();
@Nullable
DLangDeclarationBlock getDeclarationBlock();
@Nullable
DLangDeprecatedAttribute getDeprecatedAttribute();
@Nullable
DLangLinkageAttribute getLinkageAttribute();
@Nullable
DLangPragma getPragma();
@Nullable
DLangProperty getProperty();
@Nullable
DLangProtectionAttribute getProtectionAttribute();
}