Public Methods |
|
| void? | action (const CmtSystem::cmt_string_vector &words, Use *use, const cmt_string &file_name, int line_number) |
|
||||||||||||||||||||
| ? |
Implements Kwd. Definition at line 286 of file cmt_syntax.cxx. References Constituent::action(), Use::current(), and Document. 00290 {
00291 if (use == &(Use::current ()))
00292 {
00293 Constituent::action (Document, words);
00294 }
00295 }
|