| 25 | } |
| 26 | |
| 27 | void ThemeGrammar::PushClass() { |
| 28 | m_classes.push( m_identifiers.top() ); |
| 29 | m_identifiers.pop(); |
| 30 | } |
| 31 | |
| 32 | void ThemeGrammar::PushState() { |
| 33 | m_states.push( m_identifiers.top() ); |
nothing calls this directly
no outgoing calls
no test coverage detected