Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.3 SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/CLANG-TOKENS

Generic Function: clang-tokens [sel/cp/clang-tokens] software &optional roots

Return a list of keyword tokens in software. Optional argument roots limits to tokens below elements of root ASTs in software.

Method: clang-tokens [sel/cp/clang-tokens] (clang clang) &optional (roots (roots clang))

Return a list of keyword tokens representing the ASTs in software below roots.