blob: 9457cfdc91536791f25f5e20d51a0cf79ecd5e82 [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;
public interface AidlParameter extends AidlPsiCompositeElement {
@Nullable
AidlDirection getDirection();
@NotNull
AidlType getType();
@Nullable
PsiElement getIdentifier();
}