blob: e55e9b5bdf046b659b05620cf7261be0c381becf [file] [log] [blame]
// This is a generated file. Not intended for manual editing.
package com.android.tools.idea.lang.databinding.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface PsiDbMethodExpr extends PsiDbExpr {
@NotNull
PsiDbExpr getExpr();
@Nullable
PsiDbExpressionList getExpressionList();
}