Home
last modified time | relevance | path

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

/trunk/main/toolkit/src2xml/source/
H A Dsrclexer.py98 class SrcLexer(object): class
182 if item != SrcLexer.VISIBLE:
307 self.visibilityStack.append(SrcLexer.VISIBLE)
309 self.visibilityStack.append(SrcLexer.INVISIBLE_PRE)
314 self.visibilityStack.append(SrcLexer.INVISIBLE_PRE)
316 self.visibilityStack.append(SrcLexer.VISIBLE)
320 self.visibilityStack.append(SrcLexer.VISIBLE)
322 self.visibilityStack.append(SrcLexer.INVISIBLE_PRE)
328 if self.visibilityStack[-1] == SrcLexer.VISIBLE:
329 self.visibilityStack[-1] = SrcLexer.INVISIBLE_POST
[all …]
H A Dsrc2xml.py29 from srclexer import SrcLexer
146 lexer = SrcLexer(input, fullpath)
H A Dmacroparser.py122 mclexer = srclexer.SrcLexer(content)