.. _f-CSharpParser: module ``languages.CSharpParser`` ================================= .. inheritance-diagram:: pyensae.languages.CSharpParser Short summary +++++++++++++ Classes +++++++ +---------------------------------------------------------------------+-------------------------+ | class | truncated documentation | +=====================================================================+=========================+ | :class:`CSharpParser ` | | +---------------------------------------------------------------------+-------------------------+ Functions +++++++++ +----------------------------------------------------------------------+-------------------------+ | function | truncated documentation | +======================================================================+=========================+ | :func:`serializedATN ` | | +----------------------------------------------------------------------+-------------------------+ Properties ++++++++++ +-------------------------------------------------------------------+-------------------------+ | property | truncated documentation | +===================================================================+=========================+ | :meth:`state ` | | +-------------------------------------------------------------------+-------------------------+ Methods +++++++ +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +=============================================================================================================================================+=========================+ | :py:meth:`__init__ ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`accessor_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`accessor_declarations ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`accessor_modifier ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`add_accessor_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`additive_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`all_member_modifier ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`all_member_modifiers ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`and_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`anonymous_function_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`anonymous_function_signature ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`anonymous_object_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`arg_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`argument ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`argument_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`array_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`array_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`assignment ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`assignment_operator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`attribute ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`attribute_argument ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`attribute_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`attribute_section ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`attribute_target ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`attributes ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`base_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`block ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`boolean_literal ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`bracket_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`case_guard ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`catch_clauses ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`class_base ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`class_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`class_definition ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`class_member_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`class_member_declarations ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`class_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`collection_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`combined_join_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`common_member_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`compilation_unit ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`conditional_and_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`conditional_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`conditional_or_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`constant_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`constant_declarator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`constant_declarators ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`constructor_constraint ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`constructor_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`constructor_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`conversion_operator_declarator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`declarationStatement ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`delegate_definition ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`destructor_definition ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`element_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`embedded_statement ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`enum_base ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`enum_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`enum_definition ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`enum_member_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`equality_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`event_accessor_declarations ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`event_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`exception_filter ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`exclusive_or_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`explicit_anonymous_function_parameter ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`explicit_anonymous_function_parameter_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`expression_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`extern_alias_directive ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`extern_alias_directives ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`field_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`finally_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`fixed_parameter ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`fixed_parameters ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`fixed_pointer_declarator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`fixed_pointer_declarators ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`fixed_pointer_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`fixed_size_buffer_declarator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`floating_point_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`for_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`for_iterator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`formal_parameter_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`from_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`general_catch_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`generic_dimension_specifier ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`get_accessor_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`global_attribute_section ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`global_attribute_target ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`identifier ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`if_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`implicit_anonymous_function_parameter_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`inclusive_or_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`indexer_argument ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`indexer_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`initializer_value ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`integral_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interface_accessors ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interface_base ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interface_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interface_definition ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interface_member_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interface_type_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interpolated_regular_string ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interpolated_regular_string_part ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interpolated_string_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interpolated_verbatium_string ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`interpolated_verbatium_string_part ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`isType ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`isTypePatternArm ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`isTypePatternArms ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`keyword ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`labeled_Statement ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`lambda_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`let_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`literal ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_constant_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_function_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_function_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_function_header ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_function_modifiers ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_variable_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_variable_declaration_sempred ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_variable_declarator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_variable_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`local_variable_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`member_access ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`member_declarator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`member_declarator_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`member_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`member_initializer_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`member_name ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`method_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`method_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`method_invocation ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`method_member_name ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`multiplicative_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`namespace_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`namespace_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`namespace_member_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`namespace_member_declarations ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`namespace_or_type_name ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`non_assignment_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`null_coalescing_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`numeric_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`object_creation_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`object_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`object_or_collection_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`operator_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`orderby_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`ordering ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`overloadable_operator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`parameter_array ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`parameter_modifier ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`pointer_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`predefined_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`primary_constraint ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`primary_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`primary_expression_start ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`property_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`qualified_alias_member ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`qualified_identifier ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`query_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`query_body_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`query_continuation ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`query_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`range_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`rank_specifier ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`relational_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`remove_accessor_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`resource_acquisition ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`return_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`right_arrow ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`right_arrow_sempred ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`right_shift ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`right_shift_assignment ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`right_shift_assignment_sempred ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`right_shift_sempred ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`secondary_constraints ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`select_or_group_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`sempred ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`set_accessor_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`shift_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`simple_embedded_statement ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`simple_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`specific_catch_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`stackalloc_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`statement ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`statement_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`string_literal ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`struct_body ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`struct_definition ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`struct_interfaces ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`struct_member_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`switch_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`switch_expression_arm ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`switch_expression_arms ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`switch_label ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`switch_section ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`throw_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`throwable_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`tuple_element ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`tuple_type ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_ ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_argument_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_parameter ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_parameter_constraints ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_parameter_constraints_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_parameter_constraints_clauses ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`type_parameter_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`typed_member_declaration ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`unary_expression ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`unbound_type_name ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`using_directive ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`using_directives ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`variable_declarator ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`variable_declarators ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`variable_initializer ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`variance_annotation ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`variant_type_parameter ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`variant_type_parameter_list ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ | :meth:`where_clause ` | | +---------------------------------------------------------------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.languages.CSharpParser :members: :special-members: __init__ :show-inheritance: