
Public Attributes | |
| gint | type |
| CfgLexerKeyword * | keywords |
| gchar | desc [0] |
This object tells the lexer in which context it is operating right now. The context influences the way the lexer works, for example in LL_CONTEXT_BLOCK_DEF/REF all keyword resolutions are disabled.
A textual description is also associated with the current context in order to give better error messages.
| gchar CfgLexerContext::desc[0] |
| CfgLexerKeyword* CfgLexerContext::keywords |
| gint CfgLexerContext::type |