Searched refs:CHOICE_SEP (Results 1 – 2 of 2) sorted by relevance
54 public final static String CHOICE_SEP = "|"; //$NON-NLS-1$ field in RuleAction59 public final static String CHOICE_SEP_PATTERN = Pattern.quote(CHOICE_SEP);
594 && current.indexOf(RuleAction.CHOICE_SEP) != -1 ? in addMenuItems()