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 54 of file cmt_syntax.cxx. References Constituent::action(), Application, and Use::current(). 00058 {
00059 if (use == &(Use::current ()))
00060 {
00061 Constituent::action (Application, words);
00062 }
00063 }
|