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 357 of file cmt_syntax.cxx. References Constituent::action(), CmtSystem::cmt_string_vector, Use::current(), and Library.
00361 { 00362 if (use == &(Use::current ())) 00363 { 00364 Constituent::action (Library, words); 00365 } 00366 } |