454455456457458459460461462463464
CompoundMatcher peek = matcherStack.peek(); if (peek == null) { throw new NullPointerException("Top of stack is null"); } peek.addChild(m); if (nextMatchedIsDisabled) { if (peek instanceof Filter) { ((Filter) peek).disable(m); } else { assert false;