Home | Trees | Indices | Help |
|
---|
|
This class exists to provide a template and some functionality for wrapping command line ctags programs.
The functions _query_tag_generator, generate_tags, and generate_tagfile should be overriden in child classes.
|
|||
|
|||
boolean |
|
||
|
|||
|
|||
|
|||
|
|
|||
_file_list A list of file names to process. |
|||
_executable_path The ctags executable. |
|||
command_line The command line generated and used. |
|||
warnings A place to store warnings from ctags. |
|
Base class to wrap ctags program.
|
Sets ctags path and executable.
|
Abstract method, used to test ctags generator.
|
Abstract function to parse source files, returns list of tag strings.
|
Abstract method to generate a tags file.
|
Sets the list of files to process with ctags.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 01 04:48:47 2009 | http://epydoc.sourceforge.net |