// This is a generated file. Not intended for manual editing. package org.elixir_lang.psi; import com.ericsson.otp.erlang.OtpErlangObject; import org.jetbrains.annotations.NotNull; import java.util.List; public interface ElixirInterpolation extends Quotable { @NotNull List<ElixirEmptyParentheses> getEmptyParenthesesList(); @NotNull List<ElixirEndOfExpression> getEndOfExpressionList(); @NotNull List<ElixirUnmatchedExpression> getUnmatchedExpressionList(); @NotNull List<ElixirUnqualifiedNoParenthesesManyArgumentsCall> getUnqualifiedNoParenthesesManyArgumentsCallList(); @NotNull OtpErlangObject quote(); }