- Return true if this entry is a stream
| 146 | |
| 147 | //- Return true if this entry is a stream |
| 148 | virtual bool isStream() const |
| 149 | { |
| 150 | return false; |
| 151 | } |
| 152 | |
| 153 | //- Return token stream if this entry is a primitive entry |
| 154 | virtual ITstream& stream() const = 0; |
no outgoing calls
no test coverage detected