styler.lookupClass(indexRef, classes);
}
}
// Exclude stylers which require state that isn't present
BitSet requiresState = styler.stateRequired();
Iterator it = matcherContext.stateMarkers();
if (it != null && it.hasNext()) {
BitSet stateActive = new BitSet();
while (it.hasNext()) {
StateMarker marker = (StateMarker) it.next();