package com.intellij.tasks.jira.jql.psi; /** * @author Mikhail Golubev */ public interface JqlOperand extends JqlElement { }