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 105 of file cmt_syntax.cxx. References Branch::action(), CmtSystem::cmt_string_vector, and Use::current().
00109 { 00110 if (use == &(Use::current ())) 00111 { 00112 Branch::action (words); 00113 } 00114 } |