blob: 43047516a8b479078950ab82c167dea90e04c78f [file] [log] [blame]
package com.intellij.tasks.jira.jql.psi;
/**
* @author Mikhail Golubev
*/
public interface JqlIdentifier extends JqlElement {
String getEscapedText();
boolean isCustomField();
}