Home
last modified time | relevance | path

Searched refs:SrcLexer (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/toolkit/src2xml/source/
H A Dsrclexer.py98 class SrcLexer(object): class
182 if item != SrcLexer.VISIBLE:
307 self.visibilityStack.append(SrcLexer.VISIBLE)
316 self.visibilityStack.append(SrcLexer.VISIBLE)
320 self.visibilityStack.append(SrcLexer.VISIBLE)
328 if self.visibilityStack[-1] == SrcLexer.VISIBLE:
339 if self.visibilityStack[-1] == SrcLexer.VISIBLE:
342 self.visibilityStack[-1] = SrcLexer.VISIBLE
410 if headerPath in SrcLexer.headerCache:
418 mclexer = SrcLexer(chars, headerPath)
[all …]
H A Dsrc2xml.py29 from srclexer import SrcLexer
146 lexer = SrcLexer(input, fullpath)
H A Dmacroparser.py122 mclexer = srclexer.SrcLexer(content)

Completed in 21 milliseconds