Package moap :: Package util :: Module ctags :: Class CTags
[hide private]
[frames] | no frames]

Class CTags

source code

extern.log.log.Loggable --+
                          |
                         CTags

Instance Methods [hide private]
 
__init__(self) source code
 
addFile(self, path)
Parse tags from the given file and add.
source code
 
addString(self, string) source code
 
_parse(self, lines) source code
 
getTags(self, file, line, count=1)
Get all tags for the given file, starting at the given line number, covered by the given count of lines from that point.
source code

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  logCategory = 'CTags'
Implementors can provide a category to log their messages under.
Method Details [hide private]

getTags(self, file, line, count=1)

source code 

Get all tags for the given file, starting at the given line number, covered by the given count of lines from that point.

Returns:
list of Tag