Searched refs:prevAction (Results 1 – 1 of 1) sorted by relevance
226 RuleAction prevAction = before.get(actionIndex); in updateActions() local227 while (prevAction != data) { in updateActions()232 prevAction = before.get(actionIndex); in updateActions()233 if (prevAction == data) { in updateActions()235 } else if (!(prevAction instanceof RuleAction.Separator)) { in updateActions()240 assert newAction.equals(prevAction); // Maybe I can do this lazily instead? in updateActions()