6162636465666768697071
} Matcher m = p.matcher(remain()); if (m.matches()) { s = m.group(1); ctx.step(s.length()); ctx.leaveDirectiveComment(); return Token.EMPTY_TOKEN; } } type = type.getParent(); }