// This is a generated file. Not intended for manual editing. package org.elixir_lang.psi; import com.ericsson.otp.erlang.OtpErlangObject; import com.intellij.psi.PsiElement; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public interface ElixirMapConstructionArguments extends QuotableArguments { @Nullable ElixirAssociations getAssociations(); @Nullable ElixirAssociationsBase getAssociationsBase(); @Nullable ElixirKeywords getKeywords(); @NotNull PsiElement[] arguments(); @NotNull OtpErlangObject[] quoteArguments(); }