get

operator fun get(classifier: String): StyleRuleTree

Accept classifier as the next style classifier in the current input sequence S; this involves using the wildcard sentinel iff none of the live contexts are expecting the incoming classifier explicitly.

If the receiver is complete, then answer it immediately.

If the transition table already contains a successor, then answer it immediately.

Otherwise, resume each live context, using the supplied classifier as input. Update the transition table with the newly computed successor, and answer that successor.

Return

The successor.

Parameters

classifier

The next classifier from the current input sequence. Must already be interned.