package org.elixir_lang.psi.operation; /** * <expression> andInfixOperator <expression> */ public interface And extends Infix { }