.. _f-CSharpLexerBase: module ``languages.CSharpLexerBase`` ==================================== .. inheritance-diagram:: pyensae.languages.CSharpLexerBase Short summary +++++++++++++ Classes +++++++ +------------------------------------------------------------------------------+-------------------------+ | class | truncated documentation | +==============================================================================+=========================+ | :class:`CSharpLexerBase ` | | +------------------------------------------------------------------------------+-------------------------+ Properties ++++++++++ +-------------------------------------------------------------------------------------+-------------------------+ | property | truncated documentation | +=====================================================================================+=========================+ | :meth:`column ` | | +-------------------------------------------------------------------------------------+-------------------------+ | :meth:`inputStream ` | | +-------------------------------------------------------------------------------------+-------------------------+ | :meth:`line ` | | +-------------------------------------------------------------------------------------+-------------------------+ | :meth:`sourceName ` | | +-------------------------------------------------------------------------------------+-------------------------+ | :meth:`state ` | | +-------------------------------------------------------------------------------------+-------------------------+ | :meth:`text ` | | +-------------------------------------------------------------------------------------+-------------------------+ | :meth:`type ` | | +-------------------------------------------------------------------------------------+-------------------------+ Methods +++++++ +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +===================================================================================================================================+=========================+ | :py:meth:`__init__ ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`IsRegularCharInside ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`IsVerbatiumDoubleQuoteInside ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OnCloseBrace ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OnCloseBraceInside ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OnColon ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OnDoubleQuoteInside ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OnInterpolatedRegularStringStart ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OnInterpolatedVerbatiumStringStart ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OnOpenBrace ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`OpenBraceInside ` | | +-----------------------------------------------------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.languages.CSharpLexerBase :members: :special-members: __init__ :show-inheritance: