blob: 0e213091229c661bd3369e6d4a4110e4700c0447 [file] [log] [blame]
// This is a generated file. Not intended for manual editing.
package com.android.tools.idea.lang.aidl.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiNameIdentifierOwner;
public interface AidlDeclarationName extends AidlNamedElement, PsiNameIdentifierOwner {
@NotNull
PsiElement getIdentifier();
PsiElement getNameIdentifier();
}