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 382 of file cmt_syntax.cxx. References Constituent::action(), Use::current(), and Library. 00386 {
00387 if (use == &(Use::current ()))
00388 {
00389 Constituent::action (Library, words);
00390 }
00391 }
|