Public Member Functions | |
void | action (const CmtSystem::cmt_string_vector &words, Use *use, const cmt_string &file_name, int line_number) |
|
Implements Kwd. Definition at line 261 of file cmt_syntax.cxx. References Constituent::action(), CmtSystem::cmt_string_vector, Use::current(), and Document.
00265 { 00266 if (use == &(Use::current ())) 00267 { 00268 Constituent::action (Document, words); 00269 } 00270 } |