// 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 DLangDeclarator2 extends DLangCompositeElement { @NotNull List<DLangBasicType2> getBasicType2List(); @Nullable DLangDeclarator2 getDeclarator2(); @NotNull List<DLangDeclaratorSuffix> getDeclaratorSuffixList(); }