Definition at line 70 of file pycode.l.
◆ bodyCurlyCount
| int pycodeYY_state::bodyCurlyCount = 0 |
◆ classScope
◆ code
◆ codeClassMap
◆ collectXRefs
| bool pycodeYY_state::collectXRefs = FALSE |
◆ curClassBases
◆ curClassName
◆ currentDefinition
| const Definition* pycodeYY_state::currentDefinition = nullptr |
◆ currentFontClass
| const char* pycodeYY_state::currentFontClass = nullptr |
◆ currentMemberDef
| const MemberDef* pycodeYY_state::currentMemberDef = nullptr |
◆ docBlock
contents of all lines of a documentation block
Definition at line 112 of file pycode.l.
◆ doubleQuote
| bool pycodeYY_state::doubleQuote = FALSE |
◆ doubleStringIsDoc
| bool pycodeYY_state::doubleStringIsDoc = FALSE |
◆ endComment
| bool pycodeYY_state::endComment = FALSE |
◆ exampleBlock
| bool pycodeYY_state::exampleBlock = FALSE |
◆ exampleFileDef
| std::unique_ptr<FileDef> pycodeYY_state::exampleFileDef |
◆ exampleName
◆ fileName
◆ foldStack
| std::vector<const Definition *> pycodeYY_state::foldStack |
◆ includeCodeFragment
| bool pycodeYY_state::includeCodeFragment = FALSE |
◆ indents
| std::stack<yy_size_t> pycodeYY_state::indents |
Tracks indentation levels for scoping in python.
Definition at line 110 of file pycode.l.
◆ inputLines
| int pycodeYY_state::inputLines = 0 |
number of line in the code fragment
Definition at line 84 of file pycode.l.
◆ inputPosition
| int pycodeYY_state::inputPosition = 0 |
read offset during parsing
Definition at line 78 of file pycode.l.
◆ inputString
| const char* pycodeYY_state::inputString = nullptr |
the code fragment as text
Definition at line 77 of file pycode.l.
◆ insideBody
| bool pycodeYY_state::insideBody = false |
◆ insideCodeLine
| bool pycodeYY_state::insideCodeLine = FALSE |
◆ insideSpecialComment
| bool pycodeYY_state::insideSpecialComment = false |
◆ name
◆ noSuiteFound
| bool pycodeYY_state::noSuiteFound = FALSE |
◆ paramParens
| int pycodeYY_state::paramParens = 0 |
◆ realScope
◆ searchCtx
| const Definition* pycodeYY_state::searchCtx = nullptr |
◆ searchingForBody
| bool pycodeYY_state::searchingForBody = FALSE |
◆ sourceFileDef
| const FileDef* pycodeYY_state::sourceFileDef = nullptr |
◆ stringContext
| int pycodeYY_state::stringContext = 0 |
◆ symbolResolver
◆ theCallContext
◆ theVarContext
◆ tooltipManager
◆ type
◆ yyLineNr
| int pycodeYY_state::yyLineNr = 0 |
current line number
Definition at line 85 of file pycode.l.
The documentation for this struct was generated from the following file: