Methods

Summary

method

class parent

truncated documentation

CLOSE_BRACE_INSIDE_action

CSharpLexer

CLOSE_BRACE_action

CSharpLexer

CLOSE_BRACE_action

Python3Lexer

CLOSE_BRACK_action

Python3Lexer

CLOSE_PAREN_action

Python3Lexer

COLON_action

CSharpLexer

DOUBLE_QUOTE_INSIDE_action

CSharpLexer

FirstDate

StockPrices

Returns the first date.

INTERPOLATED_REGULAR_STRING_START_action

CSharpLexer

INTERPOLATED_VERBATIUM_STRING_START_action

CSharpLexer

IsLocalVariableDeclaration

CSharpParserBase

IsRegularCharInside

CSharpLexerBase

IsVerbatiumDoubleQuoteInside

CSharpLexerBase

LINE_COMMENT_action

SimpleWorkflowLexer

LastDate

StockPrices

Returns the first date.

NEWLINE_action

Python3Lexer

NEWLINE_sempred

Python3Lexer

OPEN_BRACE_INSIDE_action

CSharpLexer

OPEN_BRACE_action

CSharpLexer

OPEN_BRACE_action

Python3Lexer

OPEN_BRACK_action

Python3Lexer

OPEN_PAREN_action

Python3Lexer

OnCloseBrace

CSharpLexerBase

OnCloseBraceInside

CSharpLexerBase

OnColon

CSharpLexerBase

OnDoubleQuoteInside

CSharpLexerBase

OnInterpolatedRegularStringStart

CSharpLexerBase

OnInterpolatedVerbatiumStringStart

CSharpLexerBase

OnOpenBrace

CSharpLexerBase

OpenBraceInside

CSharpLexerBase

PYTHON

MagicFile

Defines command %%PYTHON.

REGULAR_CHAR_INSIDE_sempred

CSharpLexer

REGULAR_STRING_INSIDE_sempred

CSharpLexer

SQL

MagicSQL

defines command %%SQL

SQL_add_function

MagicSQL

defines %SQL_add_function which adds a function to the database

SQL_close

MagicSQL

define SQL_close which closes a database

SQL_connect

MagicSQL

define SQL_connect which connects to a SQL database, it stores the database object in variable DB by default …

SQL_drop_table

MagicSQL

defines %SQL_drop_table which drops a table from a database

SQL_import_df

MagicSQL

defines %SQL_import_df which imports a dataframe into a database

SQL_import_tsv

MagicSQL

defines %SQL_import_tsv whichs import a TSV file into a database

SQL_refresh_completion

MagicSQL

defines %SQL_refresh_completion

SQL_schema

MagicSQL

define SQL_schema

SQL_tables

MagicSQL

define %SQL_tables whichs lists the tables in a database

SetBufferInsert

DatabaseCore

This function offers the possibility to postpone the insertion, they will be processed all at the time during when …

VERBATIUM_DOUBLE_QUOTE_INSIDE_sempred

CSharpLexer

VERBATIUM_INSIDE_STRING_sempred

CSharpLexer

__getitem__

StockPrices

Overloads the getitem operator to get a StockPrice object.

__init__

StockPrices

__init__

Color

__init__

Corrplot

Plots the content of square matrix that contains correlation values.

__init__

Linkage

unused

__init__

CSharpLexer

__init__

CSharpLexerBase

__init__

CSharpParser

__init__

CSharpParserBase

__init__

CSharpPreprocessorParser

__init__

DOTLexer

__init__

DOTParser

__init__

Python3Lexer

__init__

Python3Parser

__init__

RFilter

__init__

RLexer

__init__

RParser

__init__

SQLiteLexer

__init__

SQLiteParser

__init__

SimpleWorkflowLexer

__init__

SimpleWorkflowParser

__init__

R2PyConversionError

__init__

TreeStringListener

constructor

__init__

TreeGraphListener

constructor

__init__

TreeStringListener

constructor

__init__

CSharpClass

__init__

CSharpDomain

__init__

CSharpElement

__init__

CSharpMethod

__init__

CSharpParser

__init__

CSharpParserListenerSignatures

constructor

__init__

CSharpType

__init__

CSharpVariable

__init__

DatabaseCore

Creates a database object.

__init__

ExceptionSQL

__init__

DatabaseJoinGroup

constructor

__init__

Database

__init__

TextFile

__init__

TextFileColumns

__init__

AutoCompletionSQLObject

creates an instance with a given name

__init__

InterfaceSQL

Initializes the object.

__init__

InterfaceSQLException

__init__

InterfaceSQLDatabase

__iter__

TextFile

Iterator

__iter__

TextFileColumns

__len__

StockPrices

__str__

TreeStringListener

usual

__str__

TreeStringListener

usual

__str__

CSharpClass

usual

__str__

CSharpDomain

usual

__str__

CSharpElement

usual

__str__

CSharpMethod

usual

__str__

CSharpType

usual

__str__

CSharpVariable

usual

__str__

ExceptionSQL

__str__

TextFileColumns

Returns the header.

__str__

InterfaceSQLException

usual

_add

AutoCompletionSQLObject

add a subname to the class

_add_patches

Corrplot

_analyse

DatabaseCore

Analyses the request does it contains cross product.

_append_table

DatabaseImportExport

Appends element to a database.

_build_regex

TextFile

Builds a regular expression.

_build_where_condition

DatabaseJoinGroup

builds a where condition (including the WHERE keyword)

_check_connection

DatabaseCore2

Checks the SQL connection.

_check_values

DatabaseCore2

When values are inserted or updated, this method doubles "'" it does not allow str values, only str.

_clean_string

DatabaseImportExport

Cleans string.

_count_s

TextFile

Returns the number of every character in car.

_get_colormap_mpl

Colormap

_get_diverging_black

Colormap

_get_insert_request

DatabaseCore2

Builds an INSERT SQL request from a dictionary.

_get_key_context

TreeGraphListener

_get_key_node

TreeGraphListener

_get_type

TextFile

Guesses the type of value s.

_guess_columns

DatabaseCore2

Guesses the columns types from a file (the method assumes there is a header), The types are chosen in that order: …

_insert_sql

DatabaseCore

Builds the sql for an insert request.

_interpret

TextFile

Splits a line into a list, separator \t.

_interpret_columns

TextFile

Interprets the first line which contains the columns name.

_load

TextFile

load…

_process_text_line

DatabaseCore2

Processes a text line.

_set_default_cmap

Corrplot

a_list

DOTParser

accessor_body

CSharpParser

accessor_declarations

CSharpParser

accessor_modifier

CSharpParser

action

CSharpLexer

action

Python3Lexer

action

SimpleWorkflowLexer

add_accessor_declaration

CSharpParser

add_code

TreeStringListener

Converts one node into :epkg:`python`.

add_code_final

TreeStringListener

Adds extra characters if needed.

add_column_index

TableFormula

Changes the index.

add_column_vector

TableFormula

Adds a column knowing its name and a vector of values.

add_function

DatabaseCore

Adds a function which can be used as any other SQL function (strim, …).

add_function

InterfaceSQL

add a function to the database which can be called in a SELECT statement

add_function

InterfaceSQLDatabase

add a function to the database which can be called in a SELECT statement

addc

TableFormula

Adds a column knowing its name and a lambda function.

additive_expression

CSharpParser

affectation

RParser

affectation_stmt

SimpleWorkflowParser

affectation_stmt_comma

SimpleWorkflowParser

affectop

RParser

aggregate_func

SQLiteParser

aggregate_function_invocation

SQLiteParser

alias

SQLiteParser

allConditions

CSharpPreprocessorParser

all_member_modifier

CSharpParser

all_member_modifiers

CSharpParser

alter_table_stmt

SQLiteParser

analyze_stmt

SQLiteParser

and_expr

Python3Parser

and_expression

CSharpParser

and_test

Python3Parser

annassign

Python3Parser

anonymous_function_body

CSharpParser

anonymous_function_signature

CSharpParser

anonymous_object_initializer

CSharpParser

any_name

SQLiteParser

append_values

DatabaseImportExport

Uses _append_table() to fill a table will the values contained in values (as list).

arg_declaration

CSharpParser

arglist

Python3Parser

argument

CSharpParser

argument

Python3Parser

argument_list

CSharpParser

argumentname

RParser

arith_expr

Python3Parser

array_initializer

CSharpParser

array_type

CSharpParser

asc_desc

SQLiteParser

assert_stmt

Python3Parser

assignment

CSharpParser

assignment_operator

CSharpParser

async_funcdef

Python3Parser

async_stmt

Python3Parser

atStartOfInput

Python3Lexer

atom

Python3Parser

atom

RFilter

atom_expr

Python3Parser

attach_database

DatabaseCore

Attaches another database.

attach_stmt

SQLiteParser

attr_list

DOTParser

attr_stmt

DOTParser

attribute

CSharpParser

attribute_argument

CSharpParser

attribute_list

CSharpParser

attribute_section

CSharpParser

attribute_target

CSharpParser

attributes

CSharpParser

augassign

Python3Parser

base_type

CSharpParser

base_window_name

SQLiteParser

begin_stmt

SQLiteParser

binary_operator

SimpleWorkflowParser

block

CSharpParser

body

CSharpParser

boolean

RParser

boolean_literal

CSharpParser

bracket_expression

CSharpParser

break_stmt

Python3Parser

case_guard

CSharpParser

catch_clauses

CSharpParser

class_base

CSharpParser

class_body

CSharpParser

class_definition

CSharpParser

class_member_declaration

CSharpParser

class_member_declarations

CSharpParser

class_type

CSharpParser

classdef

Python3Parser

close

DatabaseCore

Closes the database.

close

TextFile

Closes the file.

close

TextFileColumns

Closes the file and remove all information related to the format, next time it is opened, the format will be checked …

close

InterfaceSQL

close the connection to the database

close

InterfaceSQLDatabase

close the connection to the database

cmap

Colormap

Returns a colormap object to be used within matplotlib

cmap_linear

Colormap

Provides 3 colors in format accepted by Color

collation_name

SQLiteParser

collection_initializer

CSharpParser

column_alias

SQLiteParser

column_constraint

SQLiteParser

column_def

SQLiteParser

column_name

SQLiteParser

column_name_list

SQLiteParser

combined_join_clause

CSharpParser

commit

DatabaseCore

Calls this function after any insert request.

commit_stmt

SQLiteParser

commonToken

Python3Lexer

common_member_declaration

CSharpParser

common_table_expression

SQLiteParser

common_table_stmt

SQLiteParser

comp_for

Python3Parser

comp_if

Python3Parser

comp_iter

Python3Parser

comp_op

Python3Parser

comparison

Python3Parser

comparison

RParser

compilation_unit

CSharpParser

compound_operator

SQLiteParser

compound_select_stmt

SQLiteParser

compound_stmt

Python3Parser

conditional_and_expression

CSharpParser

conditional_expression

CSharpParser

conditional_or_expression

CSharpParser

conflict_clause

SQLiteParser

connect

DatabaseCore

Opens a connection to the database.

connect

InterfaceSQL

connection to the database

connect

InterfaceSQLDatabase

connection to the database

connect_stmt

SimpleWorkflowParser

constant

RParser

constant

SimpleWorkflowParser

constant_declaration

CSharpParser

constant_declarator

CSharpParser

constant_declarators

CSharpParser

constructor_constraint

CSharpParser

constructor_declaration

CSharpParser

constructor_initializer

CSharpParser

continue_stmt

Python3Parser

conversion_operator_declarator

CSharpParser

copy_to

Database

Copies all tables into db, we assume both database are not connected.

count_rejected_lines

TextFile

Counts the number of rejected lines by regular expression exp.

createDedent

Python3Lexer

create_index

DatabaseCore

Creates an index on a table using some columns.

create_index_stmt

SQLiteParser

create_table

DatabaseCore

Creates a table.

create_table_stmt

SQLiteParser

create_trigger_stmt

SQLiteParser

create_view_stmt

SQLiteParser

create_virtual_table_stmt

SQLiteParser

cte_table_name

SQLiteParser

data_name

SimpleWorkflowParser

data_or_module_output

SimpleWorkflowParser

data_stmt

SimpleWorkflowParser

declarationStatement

CSharpParser

decorated

Python3Parser

decorator

Python3Parser

decorators

Python3Parser

default_value

SQLiteParser

del_stmt

Python3Parser

delegate_definition

CSharpParser

delete_stmt

SQLiteParser

delete_stmt_limited

SQLiteParser

destructor_definition

CSharpParser

detach_stmt

SQLiteParser

df

StockPrices

Returns the dataframe.

dictorsetmaker

Python3Parser

directive_new_line_or_sharp

CSharpPreprocessorParser

dotop

RParser

dotted_as_name

Python3Parser

dotted_as_names

Python3Parser

dotted_name

Python3Parser

draw

TreeGraphListener

draw the graph with networkx on matplotlib

drop_stmt

SQLiteParser

drop_table

InterfaceSQL

drops a table

drop_table

InterfaceSQLDatabase

drops a table

eat

RFilter

edgeRHS

DOTParser

edge_stmt

DOTParser

edgeop

DOTParser

elem

RFilter

element_initializer

CSharpParser

element_name

SimpleWorkflowParser

elseif

RParser

embedded_statement

CSharpParser

emitToken

Python3Lexer

empty_stack

TreeStringListener

Empties the stack.

encoding

MagicFile

Defines %encoding which guesses the encoding.

encoding_decl

Python3Parser

enterA_list

DOTListener

enterAccessor_body

CSharpParserListener

enterAccessor_declarations

CSharpParserListener

enterAccessor_modifier

CSharpParserListener

enterAdd_accessor_declaration

CSharpParserListener

enterAdditive_expression

CSharpParserListener

enterAffectation

RListener

enterAffectation_stmt

SimpleWorkflowListener

enterAffectation_stmt_comma

SimpleWorkflowListener

enterAffectop

RListener

enterAggregate_func

SQLiteParserListener

enterAggregate_function_invocation

SQLiteParserListener

enterAlias

SQLiteParserListener

enterAll_member_modifier

CSharpParserListener

enterAll_member_modifiers

CSharpParserListener

enterAlter_table_stmt

SQLiteListener

enterAlter_table_stmt

SQLiteParserListener

enterAnalyze_stmt

SQLiteListener

enterAnalyze_stmt

SQLiteParserListener

enterAnd_expr

Python3Listener

enterAnd_expression

CSharpParserListener

enterAnd_test

Python3Listener

enterAnnassign

Python3Listener

enterAnonymousMethodExpression

CSharpParserListener

enterAnonymous_function_body

CSharpParserListener

enterAnonymous_function_signature

CSharpParserListener

enterAnonymous_object_initializer

CSharpParserListener

enterAny_name

SQLiteListener

enterAny_name

SQLiteParserListener

enterArg_declaration

CSharpParserListener

enterArglist

Python3Listener

enterArgument

CSharpParserListener

enterArgument

Python3Listener

enterArgument_list

CSharpParserListener

enterArgumentname

RListener

enterArith_expr

Python3Listener

enterArray_initializer

CSharpParserListener

enterArray_type

CSharpParserListener

enterAsc_desc

SQLiteParserListener

enterAssert_stmt

Python3Listener

enterAssignment

CSharpParserListener

enterAssignment_operator

CSharpParserListener

enterAsync_funcdef

Python3Listener

enterAsync_stmt

Python3Listener

enterAtom

Python3Listener

enterAtom

RFilterListener

enterAtom_expr

Python3Listener

enterAttach_stmt

SQLiteListener

enterAttach_stmt

SQLiteParserListener

enterAttr_list

DOTListener

enterAttr_stmt

DOTListener

enterAttribute

CSharpParserListener

enterAttribute_argument

CSharpParserListener

enterAttribute_list

CSharpParserListener

enterAttribute_section

CSharpParserListener

enterAttribute_target

CSharpParserListener

enterAttributes

CSharpParserListener

enterAugassign

Python3Listener

enterBaseAccessExpression

CSharpParserListener

enterBase_type

CSharpParserListener

enterBase_window_name

SQLiteParserListener

enterBegin_stmt

SQLiteListener

enterBegin_stmt

SQLiteParserListener

enterBinary_operator

SimpleWorkflowListener

enterBlock

CSharpParserListener

enterBody

CSharpParserListener

enterBoolean

RListener

enterBoolean_literal

CSharpParserListener

enterBracket_expression

CSharpParserListener

enterBreakStatement

CSharpParserListener

enterBreak_stmt

Python3Listener

enterCase_guard

CSharpParserListener

enterCatch_clauses

CSharpParserListener

enterCheckedExpression

CSharpParserListener

enterCheckedStatement

CSharpParserListener

enterClass_base

CSharpParserListener

enterClass_body

CSharpParserListener

enterClass_definition

CSharpParserListener

enterClass_member_declaration

CSharpParserListener

enterClass_member_declarations

CSharpParserListener

enterClass_type

CSharpParserListener

enterClassdef

Python3Listener

enterCollation_name

SQLiteListener

enterCollation_name

SQLiteParserListener

enterCollection_initializer

CSharpParserListener

enterColumn_alias

SQLiteListener

enterColumn_alias

SQLiteParserListener

enterColumn_constraint

SQLiteListener

enterColumn_constraint

SQLiteParserListener

enterColumn_def

SQLiteListener

enterColumn_def

SQLiteParserListener

enterColumn_name

SQLiteListener

enterColumn_name

SQLiteParserListener

enterColumn_name_list

SQLiteParserListener

enterCombined_join_clause

CSharpParserListener

enterCommit_stmt

SQLiteListener

enterCommit_stmt

SQLiteParserListener

enterCommon_member_declaration

CSharpParserListener

enterCommon_table_expression

SQLiteListener

enterCommon_table_expression

SQLiteParserListener

enterCommon_table_stmt

SQLiteParserListener

enterComp_for

Python3Listener

enterComp_if

Python3Listener

enterComp_iter

Python3Listener

enterComp_op

Python3Listener

enterComparison

Python3Listener

enterComparison

RListener

enterCompilation_unit

CSharpParserListener

enterCompound_operator

SQLiteListener

enterCompound_operator

SQLiteParserListener

enterCompound_select_stmt

SQLiteListener

enterCompound_select_stmt

SQLiteParserListener

enterCompound_stmt

Python3Listener

enterConditional_and_expression

CSharpParserListener

enterConditional_expression

CSharpParserListener

enterConditional_or_expression

CSharpParserListener

enterConflict_clause

SQLiteListener

enterConflict_clause

SQLiteParserListener

enterConnect_stmt

SimpleWorkflowListener

enterConstant

RListener

enterConstant

SimpleWorkflowListener

enterConstant_declaration

CSharpParserListener

enterConstant_declarator

CSharpParserListener

enterConstant_declarators

CSharpParserListener

enterConstructor_constraint

CSharpParserListener

enterConstructor_declaration

CSharpParserListener

enterConstructor_initializer

CSharpParserListener

enterContinueStatement

CSharpParserListener

enterContinue_stmt

Python3Listener

enterConversion_operator_declarator

CSharpParserListener

enterCreate_index_stmt

SQLiteListener

enterCreate_index_stmt

SQLiteParserListener

enterCreate_table_stmt

SQLiteListener

enterCreate_table_stmt

SQLiteParserListener

enterCreate_trigger_stmt

SQLiteListener

enterCreate_trigger_stmt

SQLiteParserListener

enterCreate_view_stmt

SQLiteListener

enterCreate_view_stmt

SQLiteParserListener

enterCreate_virtual_table_stmt

SQLiteListener

enterCreate_virtual_table_stmt

SQLiteParserListener

enterCte_table_name

SQLiteListener

enterCte_table_name

SQLiteParserListener

enterData_name

SimpleWorkflowListener

enterData_or_module_output

SimpleWorkflowListener

enterData_stmt

SimpleWorkflowListener

enterDatabase_name

SQLiteListener

enterDeclarationStatement

CSharpParserListener

enterDecorated

Python3Listener

enterDecorator

Python3Listener

enterDecorators

Python3Listener

enterDefaultValueExpression

CSharpParserListener

enterDefault_value

SQLiteParserListener

enterDel_stmt

Python3Listener

enterDelegate_definition

CSharpParserListener

enterDelete_stmt

SQLiteListener

enterDelete_stmt

SQLiteParserListener

enterDelete_stmt_limited

SQLiteListener

enterDelete_stmt_limited

SQLiteParserListener

enterDestructor_definition

CSharpParserListener

enterDetach_stmt

SQLiteListener

enterDetach_stmt

SQLiteParserListener

enterDictorsetmaker

Python3Listener

enterDirective_new_line_or_sharp

CSharpPreprocessorParserListener

enterDoStatement

CSharpParserListener

enterDotop

RListener

enterDotted_as_name

Python3Listener

enterDotted_as_names

Python3Listener

enterDotted_name

Python3Listener

enterDrop_index_stmt

SQLiteListener

enterDrop_stmt

SQLiteParserListener

enterDrop_table_stmt

SQLiteListener

enterDrop_trigger_stmt

SQLiteListener

enterDrop_view_stmt

SQLiteListener

enterEat

RFilterListener

enterEdgeRHS

DOTListener

enterEdge_stmt

DOTListener

enterEdgeop

DOTListener

enterElem

RFilterListener

enterElement_initializer

CSharpParserListener

enterElement_name

SimpleWorkflowListener

enterElseif

RListener

enterEmbedded_statement

CSharpParserListener

enterEncoding_decl

Python3Listener

enterEnum_base

CSharpParserListener

enterEnum_body

CSharpParserListener

enterEnum_definition

CSharpParserListener

enterEnum_member_declaration

CSharpParserListener

enterEquality_expression

CSharpParserListener

enterError

SQLiteListener

enterError_message

SQLiteListener

enterError_message

SQLiteParserListener

enterEval_input

Python3Listener

enterEvaluation_function

SimpleWorkflowListener

enterEvent_accessor_declarations

CSharpParserListener

enterEvent_declaration

CSharpParserListener

enterEveryRule

TreeStringListener

event

enterEveryRule

TreeGraphListener

event

enterEveryRule

TreeStringListener

event

enterExcept_clause

Python3Listener

enterException_filter

CSharpParserListener

enterExclusive_or_expression

CSharpParserListener

enterExplicit_anonymous_function_parameter

CSharpParserListener

enterExplicit_anonymous_function_parameter_list

CSharpParserListener

enterExpr

Python3Listener

enterExpr

RListener

enterExpr

SQLiteListener

enterExpr

SQLiteParserListener

enterExpr_asc_desc

SQLiteParserListener

enterExpr_stmt

Python3Listener

enterExpression

CSharpParserListener

enterExpression

SimpleWorkflowListener

enterExpressionStatement

CSharpParserListener

enterExpression_list

CSharpParserListener

enterExpression_no_binary

SimpleWorkflowListener

enterExprlist

Python3Listener

enterExprlist

RListener

enterExtern_alias_directive

CSharpParserListener

enterExtern_alias_directives

CSharpParserListener

enterFactor

Python3Listener

enterFactored_select_stmt

SQLiteListener

enterFactored_select_stmt

SQLiteParserListener

enterField_declaration

CSharpParserListener

enterFile_input

Python3Listener

enterFilename

SQLiteParserListener

enterFilter_clause

SQLiteParserListener

enterFinal_stmt

SimpleWorkflowListener

enterFinally_clause

CSharpParserListener

enterFixedStatement

CSharpParserListener

enterFixed_parameter

CSharpParserListener

enterFixed_parameters

CSharpParserListener

enterFixed_pointer_declarator

CSharpParserListener

enterFixed_pointer_declarators

CSharpParserListener

enterFixed_pointer_initializer

CSharpParserListener

enterFixed_size_buffer_declarator

CSharpParserListener

enterFloating_point_type

CSharpParserListener

enterFlow_stmt

Python3Listener

enterForStatement

CSharpParserListener

enterFor_initializer

CSharpParserListener

enterFor_iterator

CSharpParserListener

enterFor_stmt

Python3Listener

enterFor_stmt

SimpleWorkflowListener

enterForeachStatement

CSharpParserListener

enterForeign_key_clause

SQLiteListener

enterForeign_key_clause

SQLiteParserListener

enterForeign_table

SQLiteListener

enterForeign_table

SQLiteParserListener

enterForexpr

RListener

enterForm

RListener

enterFormal_parameter_list

CSharpParserListener

enterFormlist

RListener

enterFormop

RListener

enterFormula_simple

RListener

enterFormula_simple_A

RListener

enterFormula_simple_B

RListener

enterFormula_simple_C

RListener

enterFrame_clause

SQLiteParserListener

enterFrame_left

SQLiteParserListener

enterFrame_right

SQLiteParserListener

enterFrame_single

SQLiteParserListener

enterFrame_spec

SQLiteParserListener

enterFrom_clause

CSharpParserListener

enterFuncdef

Python3Listener

enterFunction_call

SimpleWorkflowListener

enterFunction_name

SQLiteListener

enterFunction_name

SQLiteParserListener

enterFunctioncall

RListener

enterFunctiondef

RListener

enterFunctiondefargs

RListener

enterFunctiondefargslambda

RListener

enterFunctiondefbody

RListener

enterFunctiondeflambda

RListener

enterGeneral_catch_clause

CSharpParserListener

enterGeneric_dimension_specifier

CSharpParserListener

enterGet_accessor_declaration

CSharpParserListener

enterGlobal_attribute_section

CSharpParserListener

enterGlobal_attribute_target

CSharpParserListener

enterGlobal_stmt

Python3Listener

enterGotoStatement

CSharpParserListener

enterGraph

DOTListener

enterId_

DOTListener

enterIdentifier

CSharpParserListener

enterIdentifier

RListener

enterIfStatement

CSharpParserListener

enterIf_body

CSharpParserListener

enterIf_stmt

Python3Listener

enterIf_stmt

SimpleWorkflowListener

enterIfelseexpr

RListener

enterIfexpr

RListener

enterImplicit_anonymous_function_parameter_list

CSharpParserListener

enterImplicit_column_name

RListener

enterImport_as_name

Python3Listener

enterImport_as_names

Python3Listener

enterImport_from

Python3Listener

enterImport_name

Python3Listener

enterImport_stmt

Python3Listener

enterInclusive_or_expression

CSharpParserListener

enterIndex_name

SQLiteListener

enterIndex_name

SQLiteParserListener

enterIndexed_column

SQLiteListener

enterIndexed_column

SQLiteParserListener

enterIndexer_argument

CSharpParserListener

enterIndexer_declaration

CSharpParserListener

enterInitial_select

SQLiteParserListener

enterInitializer_value

CSharpParserListener

enterInlinefunction

RListener

enterInout_name

SimpleWorkflowListener

enterInsert_stmt

SQLiteListener

enterInsert_stmt

SQLiteParserListener

enterInteger_number

SimpleWorkflowListener

enterIntegral_type

CSharpParserListener

enterInterface_accessors

CSharpParserListener

enterInterface_base

CSharpParserListener

enterInterface_body

CSharpParserListener

enterInterface_definition

CSharpParserListener

enterInterface_member_declaration

CSharpParserListener

enterInterface_type_list

CSharpParserListener

enterInterpolated_regular_string

CSharpParserListener

enterInterpolated_regular_string_part

CSharpParserListener

enterInterpolated_string_expression

CSharpParserListener

enterInterpolated_verbatium_string

CSharpParserListener

enterInterpolated_verbatium_string_part

CSharpParserListener

enterIntersection_complexe

RListener

enterIntersection_simple

RListener

enterIntersections

RListener

enterIntersections

TreeStringListener

event

enterIsType

CSharpParserListener

enterIsTypePatternArm

CSharpParserListener

enterIsTypePatternArms

CSharpParserListener

enterJoin_clause

SQLiteListener

enterJoin_clause

SQLiteParserListener

enterJoin_constraint

SQLiteListener

enterJoin_constraint

SQLiteParserListener

enterJoin_operator

SQLiteListener

enterJoin_operator

SQLiteParserListener

enterKeyword

CSharpParserListener

enterKeyword

SQLiteListener

enterKeyword

SQLiteParserListener

enterLabeled_Statement

CSharpParserListener

enterLambda_expression

CSharpParserListener

enterLambdef

Python3Listener

enterLambdef_nocond

Python3Listener

enterLet_clause

CSharpParserListener

enterLimit_stmt

SQLiteParserListener

enterList_param_affectation

SimpleWorkflowListener

enterLiteral

CSharpParserListener

enterLiteralAccessExpression

CSharpParserListener

enterLiteralExpression

CSharpParserListener

enterLiteral_value

SQLiteListener

enterLiteral_value

SQLiteParserListener

enterLocal_constant_declaration

CSharpParserListener

enterLocal_function_body

CSharpParserListener

enterLocal_function_declaration

CSharpParserListener

enterLocal_function_header

CSharpParserListener

enterLocal_function_modifiers

CSharpParserListener

enterLocal_variable_declaration

CSharpParserListener

enterLocal_variable_declarator

CSharpParserListener

enterLocal_variable_initializer

CSharpParserListener

enterLocal_variable_type

CSharpParserListener

enterLockStatement

CSharpParserListener

enterMemberAccessExpression

CSharpParserListener

enterMember_access

CSharpParserListener

enterMember_declarator

CSharpParserListener

enterMember_declarator_list

CSharpParserListener

enterMember_initializer

CSharpParserListener

enterMember_initializer_list

CSharpParserListener

enterMember_name

CSharpParserListener

enterMethod_body

CSharpParserListener

enterMethod_declaration

CSharpParserListener

enterMethod_invocation

CSharpParserListener

enterMethod_member_name

CSharpParserListener

enterModule_argument

SQLiteListener

enterModule_argument

SQLiteParserListener

enterModule_call

SimpleWorkflowListener

enterModule_input

SimpleWorkflowListener

enterModule_name

SQLiteListener

enterModule_name

SQLiteParserListener

enterModule_name

SimpleWorkflowListener

enterModule_stmt

SimpleWorkflowListener

enterMultiplicative_expression

CSharpParserListener

enterName

SQLiteListener

enterName

SQLiteParserListener

enterNameofExpression

CSharpParserListener

enterNamespace_body

CSharpParserListener

enterNamespace_body

CSharpParserListenerSignatures

enterNamespace_declaration

CSharpParserListener

enterNamespace_declaration

CSharpParserListenerSignatures

enterNamespace_member_declaration

CSharpParserListener

enterNamespace_member_declarations

CSharpParserListener

enterNamespace_or_type_name

CSharpParserListener

enterNamespace_or_type_name

CSharpParserListenerSignatures

enterNew_table_name

SQLiteListener

enterNew_table_name

SQLiteParserListener

enterNextexpr

RListener

enterNode_id

DOTListener

enterNode_stmt

DOTListener

enterNon_assignment_expression

CSharpParserListener

enterNonlocal_stmt

Python3Listener

enterNot_test

Python3Listener

enterNull_coalescing_expression

CSharpParserListener

enterNumeric_type

CSharpParserListener

enterObjectCreationExpression

CSharpParserListener

enterObject_creation_expression

CSharpParserListener

enterObject_initializer

CSharpParserListener

enterObject_or_collection_initializer

CSharpParserListener

enterOffset

SQLiteParserListener

enterOp

RFilterListener

enterOperator

RListener

enterOperator_declaration

CSharpParserListener

enterOr_test

Python3Listener

enterOrder_by_expr

SQLiteParserListener

enterOrder_by_expr_asc_desc

SQLiteParserListener

enterOrder_by_stmt

SQLiteParserListener

enterOrderby_clause

CSharpParserListener

enterOrdering

CSharpParserListener

enterOrdering_term

SQLiteListener

enterOrdering_term

SQLiteParserListener

enterOver_clause

SQLiteParserListener

enterOverloadable_operator

CSharpParserListener

enterParam_affectation

SimpleWorkflowListener

enterParam_name

SimpleWorkflowListener

enterParameter_array

CSharpParserListener

enterParameter_modifier

CSharpParserListener

enterParameters

Python3Listener

enterParenthesisExpressions

CSharpParserListener

enterParse

RListener

enterParse

SQLiteListener

enterParse

SQLiteParserListener

enterParse

SimpleWorkflowListener

enterPartition_by

SQLiteParserListener

enterPass_stmt

Python3Listener

enterPointer_type

CSharpParserListener

enterPort

DOTListener

enterPower

Python3Listener

enterPragma_name

SQLiteListener

enterPragma_name

SQLiteParserListener

enterPragma_stmt

SQLiteListener

enterPragma_stmt

SQLiteParserListener

enterPragma_value

SQLiteListener

enterPragma_value

SQLiteParserListener

enterPredefined_type

CSharpParserListener

enterPreprocessorConditional

CSharpPreprocessorParserListener

enterPreprocessorDeclaration

CSharpPreprocessorParserListener

enterPreprocessorDiagnostic

CSharpPreprocessorParserListener

enterPreprocessorLine

CSharpPreprocessorParserListener

enterPreprocessorPragma

CSharpPreprocessorParserListener

enterPreprocessorRegion

CSharpPreprocessorParserListener

enterPreprocessor_expression

CSharpPreprocessorParserListener

enterPrimary_constraint

CSharpParserListener

enterPrimary_expression

CSharpParserListener

enterProperty_declaration

CSharpParserListener

enterQualified_alias_member

CSharpParserListener

enterQualified_identifier

CSharpParserListener

enterQualified_table_name

SQLiteListener

enterQualified_table_name

SQLiteParserListener

enterQuery_body

CSharpParserListener

enterQuery_body_clause

CSharpParserListener

enterQuery_continuation

CSharpParserListener

enterQuery_expression

CSharpParserListener

enterRaise_function

SQLiteListener

enterRaise_function

SQLiteParserListener

enterRaise_stmt

Python3Listener

enterRange_complexe

RListener

enterRange_expression

CSharpParserListener

enterRange_simple

RListener

enterRangeop

RListener

enterRangeopexpr

RListener

enterRanges

RListener

enterRanges

TreeStringListener

event

enterRank_specifier

CSharpParserListener

enterReal_number

SimpleWorkflowListener

enterRecursive_cte

SQLiteParserListener

enterRecursive_select

SQLiteParserListener

enterReindex_stmt

SQLiteListener

enterReindex_stmt

SQLiteParserListener

enterRelational_expression

CSharpParserListener

enterRelease_stmt

SQLiteListener

enterRelease_stmt

SQLiteParserListener

enterRemove_accessor_declaration

CSharpParserListener

enterRepeatexpr

RListener

enterResource_acquisition

CSharpParserListener

enterResult_column

SQLiteListener

enterResult_column

SQLiteParserListener

enterReturnStatement

CSharpParserListener

enterReturn_stmt

Python3Listener

enterReturn_type

CSharpParserListener

enterReturnexpr

RListener

enterReturning_clause

SQLiteParserListener

enterRight_arrow

CSharpParserListener

enterRight_shift

CSharpParserListener

enterRight_shift_assignment

CSharpParserListener

enterRightexpr

RListener

enterRollback_stmt

SQLiteListener

enterRollback_stmt

SQLiteParserListener

enterSavepoint_name

SQLiteListener

enterSavepoint_name

SQLiteParserListener

enterSavepoint_stmt

SQLiteListener

enterSavepoint_stmt

SQLiteParserListener

enterSchema_name

SQLiteParserListener

enterSecondary_constraints

CSharpParserListener

enterSelect_core

SQLiteListener

enterSelect_core

SQLiteParserListener

enterSelect_or_group_clause

CSharpParserListener

enterSelect_or_values

SQLiteListener

enterSelect_stmt

SQLiteListener

enterSelect_stmt

SQLiteParserListener

enterSet_accessor_declaration

CSharpParserListener

enterShift_expr

Python3Listener

enterShift_expression

CSharpParserListener

enterSigned_number

SQLiteListener

enterSigned_number

SQLiteParserListener

enterSimpleNameExpression

CSharpParserListener

enterSimple_func

SQLiteParserListener

enterSimple_function_invocation

SQLiteParserListener

enterSimple_select_stmt

SQLiteListener

enterSimple_select_stmt

SQLiteParserListener

enterSimple_stmt

Python3Listener

enterSimple_type

CSharpParserListener

enterSingle_input

Python3Listener

enterSizeofExpression

CSharpParserListener

enterSliceop

Python3Listener

enterSmall_stmt

Python3Listener

enterSpecific_catch_clause

CSharpParserListener

enterSql_stmt

SQLiteListener

enterSql_stmt

SQLiteParserListener

enterSql_stmt_list

SQLiteListener

enterSql_stmt_list

SQLiteParserListener

enterStackalloc_initializer

CSharpParserListener

enterStar_expr

Python3Listener

enterStatement

CSharpParserListener

enterStatement_list

CSharpParserListener

enterStmt

DOTListener

enterStmt

Python3Listener

enterStmt

SimpleWorkflowListener

enterStmt_comma

SimpleWorkflowListener

enterStmt_list

DOTListener

enterStream

RFilterListener

enterString_literal

CSharpParserListener

enterString_literal

SimpleWorkflowListener

enterStruct_body

CSharpParserListener

enterStruct_definition

CSharpParserListener

enterStruct_interfaces

CSharpParserListener

enterStruct_member_declaration

CSharpParserListener

enterSub

RListener

enterSubgraph

DOTListener

enterSublist

RListener

enterSublistadd

RListener

enterSubnobracket

RListener

enterSubscript

Python3Listener

enterSubscriptlist

Python3Listener

enterSuite

Python3Listener

enterSwitchStatement

CSharpParserListener

enterSwitch_expression

CSharpParserListener

enterSwitch_expression_arm

CSharpParserListener

enterSwitch_expression_arms

CSharpParserListener

enterSwitch_label

CSharpParserListener

enterSwitch_section

CSharpParserListener

enterTable_alias

SQLiteListener

enterTable_alias

SQLiteParserListener

enterTable_constraint

SQLiteListener

enterTable_constraint

SQLiteParserListener

enterTable_function_name

SQLiteParserListener

enterTable_name

SQLiteListener

enterTable_name

SQLiteParserListener

enterTable_or_index_name

SQLiteListener

enterTable_or_index_name

SQLiteParserListener

enterTable_or_subquery

SQLiteListener

enterTable_or_subquery

SQLiteParserListener

enterTerm

Python3Listener

enterTest

Python3Listener

enterTest_nocond

Python3Listener

enterTestlist

Python3Listener

enterTestlist_comp

Python3Listener

enterTestlist_star_expr

Python3Listener

enterTfpdef

Python3Listener

enterTheEmptyStatement

CSharpParserListener

enterThisReferenceExpression

CSharpParserListener

enterThrowStatement

CSharpParserListener

enterThrow_expression

CSharpParserListener

enterThrowable_expression

CSharpParserListener

enterTrailer

Python3Listener

enterTransaction_name

SQLiteListener

enterTransaction_name

SQLiteParserListener

enterTrigger_name

SQLiteListener

enterTrigger_name

SQLiteParserListener

enterTryStatement

CSharpParserListener

enterTry_stmt

Python3Listener

enterTupleExpression

CSharpParserListener

enterTuple_element

CSharpParserListener

enterTuple_type

CSharpParserListener

enterType_

CSharpParserListener

enterType_argument_list

CSharpParserListener

enterType_declaration

CSharpParserListener

enterType_name

SQLiteListener

enterType_name

SQLiteParserListener

enterType_parameter

CSharpParserListener

enterType_parameter_constraints

CSharpParserListener

enterType_parameter_constraints_clause

CSharpParserListener

enterType_parameter_constraints_clauses

CSharpParserListener

enterType_parameter_list

CSharpParserListener

enterTyped_member_declaration

CSharpParserListener

enterTypedargslist

Python3Listener

enterTypeofExpression

CSharpParserListener

enterUnary_expression

CSharpParserListener

enterUnary_operator

SQLiteListener

enterUnary_operator

SQLiteParserListener

enterUnary_operator

SimpleWorkflowListener

enterUnbound_type_name

CSharpParserListener

enterUncheckedExpression

CSharpParserListener

enterUncheckedStatement

CSharpParserListener

enterUnsafeStatement

CSharpParserListener

enterUpdate_stmt

SQLiteListener

enterUpdate_stmt

SQLiteParserListener

enterUpdate_stmt_limited

SQLiteListener

enterUpdate_stmt_limited

SQLiteParserListener

enterUpsert_clause

SQLiteParserListener

enterUsingAliasDirective

CSharpParserListener

enterUsingNamespaceDirective

CSharpParserListener

enterUsingStatement

CSharpParserListener

enterUsingStaticDirective

CSharpParserListener

enterUsing_directives

CSharpParserListener

enterVacuum_stmt

SQLiteListener

enterVacuum_stmt

SQLiteParserListener

enterVarargslist

Python3Listener

enterVariable_declarator

CSharpParserListener

enterVariable_declarators

CSharpParserListener

enterVariable_initializer

CSharpParserListener

enterVariable_name

SimpleWorkflowListener

enterVariance_annotation

CSharpParserListener

enterVariant_type_parameter

CSharpParserListener

enterVariant_type_parameter_list

CSharpParserListener

enterVfpdef

Python3Listener

enterView_name

SQLiteListener

enterView_name

SQLiteParserListener

enterWhere_clause

CSharpParserListener

enterWhileStatement

CSharpParserListener

enterWhile_stmt

Python3Listener

enterWhileexpr

RListener

enterWindow_defn

SQLiteParserListener

enterWindow_function

SQLiteParserListener

enterWindow_function_invocation

SQLiteParserListener

enterWindow_name

SQLiteParserListener

enterWith_clause

SQLiteListener

enterWith_clause

SQLiteParserListener

enterWith_item

Python3Listener

enterWith_stmt

Python3Listener

enterXor_expr

Python3Listener

enterYieldStatement

CSharpParserListener

enterYield_arg

Python3Listener

enterYield_expr

Python3Listener

enterYield_stmt

Python3Listener

enter_body

CSharpParserListenerSignatures

Adds an element.

enum_base

CSharpParser

enum_body

CSharpParser

enum_definition

CSharpParser

enum_member_declaration

CSharpParser

enumerate_all_children

CSharpParserListenerSignatures

Enumerate all children.

enumerate_objects

DatabaseObject

Iterator on objects assuming each row of a table is a object (classObject type). The classObject must have the following …

equality_expression

CSharpParser

error_message

SQLiteParser

eval_input

Python3Parser

evaluation_function

SimpleWorkflowParser

event_accessor_declarations

CSharpParser

event_declaration

CSharpParser

except_clause

Python3Parser

exception_filter

CSharpParser

exclusive_or_expression

CSharpParser

execute

DatabaseCore

Opens a cursor with a query and return it to the user.

execute

InterfaceSQL

execute a SQL query

execute_clean_query

InterfaceSQL

The function does the same thing as execute() but it does not replace autocompletion object. It is …

execute_clean_query

InterfaceSQLDatabase

return the resuls of a SQL query

execute_script

DatabaseCore

Opens a cursor and run a script.

execute_view

DatabaseCore

Opens a cursor with a query and returns the result into a list.

exitA_list

DOTListener

exitAccessor_body

CSharpParserListener

exitAccessor_declarations

CSharpParserListener

exitAccessor_modifier

CSharpParserListener

exitAdd_accessor_declaration

CSharpParserListener

exitAdditive_expression

CSharpParserListener

exitAffectation

RListener

exitAffectation_stmt

SimpleWorkflowListener

exitAffectation_stmt_comma

SimpleWorkflowListener

exitAffectop

RListener

exitAggregate_func

SQLiteParserListener

exitAggregate_function_invocation

SQLiteParserListener

exitAlias

SQLiteParserListener

exitAll_member_modifier

CSharpParserListener

exitAll_member_modifiers

CSharpParserListener

exitAlter_table_stmt

SQLiteListener

exitAlter_table_stmt

SQLiteParserListener

exitAnalyze_stmt

SQLiteListener

exitAnalyze_stmt

SQLiteParserListener

exitAnd_expr

Python3Listener

exitAnd_expression

CSharpParserListener

exitAnd_test

Python3Listener

exitAnnassign

Python3Listener

exitAnonymousMethodExpression

CSharpParserListener

exitAnonymous_function_body

CSharpParserListener

exitAnonymous_function_signature

CSharpParserListener

exitAnonymous_object_initializer

CSharpParserListener

exitAny_name

SQLiteListener

exitAny_name

SQLiteParserListener

exitArg_declaration

CSharpParserListener

exitArglist

Python3Listener

exitArgument

CSharpParserListener

exitArgument

Python3Listener

exitArgument_list

CSharpParserListener

exitArgumentname

RListener

exitArith_expr

Python3Listener

exitArray_initializer

CSharpParserListener

exitArray_type

CSharpParserListener

exitAsc_desc

SQLiteParserListener

exitAssert_stmt

Python3Listener

exitAssignment

CSharpParserListener

exitAssignment_operator

CSharpParserListener

exitAsync_funcdef

Python3Listener

exitAsync_stmt

Python3Listener

exitAtom

Python3Listener

exitAtom

RFilterListener

exitAtom_expr

Python3Listener

exitAttach_stmt

SQLiteListener

exitAttach_stmt

SQLiteParserListener

exitAttr_list

DOTListener

exitAttr_stmt

DOTListener

exitAttribute

CSharpParserListener

exitAttribute_argument

CSharpParserListener

exitAttribute_list

CSharpParserListener

exitAttribute_section

CSharpParserListener

exitAttribute_target

CSharpParserListener

exitAttributes

CSharpParserListener

exitAugassign

Python3Listener

exitBaseAccessExpression

CSharpParserListener

exitBase_type

CSharpParserListener

exitBase_window_name

SQLiteParserListener

exitBegin_stmt

SQLiteListener

exitBegin_stmt

SQLiteParserListener

exitBinary_operator

SimpleWorkflowListener

exitBlock

CSharpParserListener

exitBody

CSharpParserListener

exitBoolean

RListener

exitBoolean_literal

CSharpParserListener

exitBracket_expression

CSharpParserListener

exitBreakStatement

CSharpParserListener

exitBreak_stmt

Python3Listener

exitCase_guard

CSharpParserListener

exitCatch_clauses

CSharpParserListener

exitCheckedExpression

CSharpParserListener

exitCheckedStatement

CSharpParserListener

exitClass_base

CSharpParserListener

exitClass_body

CSharpParserListener

exitClass_definition

CSharpParserListener

exitClass_member_declaration

CSharpParserListener

exitClass_member_declarations

CSharpParserListener

exitClass_type

CSharpParserListener

exitClassdef

Python3Listener

exitCollation_name

SQLiteListener

exitCollation_name

SQLiteParserListener

exitCollection_initializer

CSharpParserListener

exitColumn_alias

SQLiteListener

exitColumn_alias

SQLiteParserListener

exitColumn_constraint

SQLiteListener

exitColumn_constraint

SQLiteParserListener

exitColumn_def

SQLiteListener

exitColumn_def

SQLiteParserListener

exitColumn_name

SQLiteListener

exitColumn_name

SQLiteParserListener

exitColumn_name_list

SQLiteParserListener

exitCombined_join_clause

CSharpParserListener

exitCommit_stmt

SQLiteListener

exitCommit_stmt

SQLiteParserListener

exitCommon_member_declaration

CSharpParserListener

exitCommon_table_expression

SQLiteListener

exitCommon_table_expression

SQLiteParserListener

exitCommon_table_stmt

SQLiteParserListener

exitComp_for

Python3Listener

exitComp_if

Python3Listener

exitComp_iter

Python3Listener

exitComp_op

Python3Listener

exitComparison

Python3Listener

exitComparison

RListener

exitCompilation_unit

CSharpParserListener

exitCompound_operator

SQLiteListener

exitCompound_operator

SQLiteParserListener

exitCompound_select_stmt

SQLiteListener

exitCompound_select_stmt

SQLiteParserListener

exitCompound_stmt

Python3Listener

exitConditional_and_expression

CSharpParserListener

exitConditional_expression

CSharpParserListener

exitConditional_or_expression

CSharpParserListener

exitConflict_clause

SQLiteListener

exitConflict_clause

SQLiteParserListener

exitConnect_stmt

SimpleWorkflowListener

exitConstant

RListener

exitConstant

SimpleWorkflowListener

exitConstant_declaration

CSharpParserListener

exitConstant_declarator

CSharpParserListener

exitConstant_declarators

CSharpParserListener

exitConstructor_constraint

CSharpParserListener

exitConstructor_declaration

CSharpParserListener

exitConstructor_initializer

CSharpParserListener

exitContinueStatement

CSharpParserListener

exitContinue_stmt

Python3Listener

exitConversion_operator_declarator

CSharpParserListener

exitCreate_index_stmt

SQLiteListener

exitCreate_index_stmt

SQLiteParserListener

exitCreate_table_stmt

SQLiteListener

exitCreate_table_stmt

SQLiteParserListener

exitCreate_trigger_stmt

SQLiteListener

exitCreate_trigger_stmt

SQLiteParserListener

exitCreate_view_stmt

SQLiteListener

exitCreate_view_stmt

SQLiteParserListener

exitCreate_virtual_table_stmt

SQLiteListener

exitCreate_virtual_table_stmt

SQLiteParserListener

exitCte_table_name

SQLiteListener

exitCte_table_name

SQLiteParserListener

exitData_name

SimpleWorkflowListener

exitData_or_module_output

SimpleWorkflowListener

exitData_stmt

SimpleWorkflowListener

exitDatabase_name

SQLiteListener

exitDeclarationStatement

CSharpParserListener

exitDecorated

Python3Listener

exitDecorator

Python3Listener

exitDecorators

Python3Listener

exitDefaultValueExpression

CSharpParserListener

exitDefault_value

SQLiteParserListener

exitDel_stmt

Python3Listener

exitDelegate_definition

CSharpParserListener

exitDelete_stmt

SQLiteListener

exitDelete_stmt

SQLiteParserListener

exitDelete_stmt_limited

SQLiteListener

exitDelete_stmt_limited

SQLiteParserListener

exitDestructor_definition

CSharpParserListener

exitDetach_stmt

SQLiteListener

exitDetach_stmt

SQLiteParserListener

exitDictorsetmaker

Python3Listener

exitDirective_new_line_or_sharp

CSharpPreprocessorParserListener

exitDoStatement

CSharpParserListener

exitDotop

RListener

exitDotted_as_name

Python3Listener

exitDotted_as_names

Python3Listener

exitDotted_name

Python3Listener

exitDrop_index_stmt

SQLiteListener

exitDrop_stmt

SQLiteParserListener

exitDrop_table_stmt

SQLiteListener

exitDrop_trigger_stmt

SQLiteListener

exitDrop_view_stmt

SQLiteListener

exitEat

RFilterListener

exitEdgeRHS

DOTListener

exitEdge_stmt

DOTListener

exitEdgeop

DOTListener

exitElem

RFilterListener

exitElement_initializer

CSharpParserListener

exitElement_name

SimpleWorkflowListener

exitElseif

RListener

exitEmbedded_statement

CSharpParserListener

exitEncoding_decl

Python3Listener

exitEnum_base

CSharpParserListener

exitEnum_body

CSharpParserListener

exitEnum_definition

CSharpParserListener

exitEnum_member_declaration

CSharpParserListener

exitEquality_expression

CSharpParserListener

exitError

SQLiteListener

exitError_message

SQLiteListener

exitError_message

SQLiteParserListener

exitEval_input

Python3Listener

exitEvaluation_function

SimpleWorkflowListener

exitEvent_accessor_declarations

CSharpParserListener

exitEvent_declaration

CSharpParserListener

exitEveryRule

TreeStringListener

event

exitEveryRule

TreeGraphListener

event

exitEveryRule

TreeStringListener

event

exitExcept_clause

Python3Listener

exitException_filter

CSharpParserListener

exitExclusive_or_expression

CSharpParserListener

exitExplicit_anonymous_function_parameter

CSharpParserListener

exitExplicit_anonymous_function_parameter_list

CSharpParserListener

exitExpr

Python3Listener

exitExpr

RListener

exitExpr

SQLiteListener

exitExpr

SQLiteParserListener

exitExpr_asc_desc

SQLiteParserListener

exitExpr_stmt

Python3Listener

exitExpression

CSharpParserListener

exitExpression

SimpleWorkflowListener

exitExpressionStatement

CSharpParserListener

exitExpression_list

CSharpParserListener

exitExpression_no_binary

SimpleWorkflowListener

exitExprlist

Python3Listener

exitExprlist

RListener

exitExtern_alias_directive

CSharpParserListener

exitExtern_alias_directives

CSharpParserListener

exitFactor

Python3Listener

exitFactored_select_stmt

SQLiteListener

exitFactored_select_stmt

SQLiteParserListener

exitField_declaration

CSharpParserListener

exitFile_input

Python3Listener

exitFilename

SQLiteParserListener

exitFilter_clause

SQLiteParserListener

exitFinal_stmt

SimpleWorkflowListener

exitFinally_clause

CSharpParserListener

exitFixedStatement

CSharpParserListener

exitFixed_parameter

CSharpParserListener

exitFixed_parameters

CSharpParserListener

exitFixed_pointer_declarator

CSharpParserListener

exitFixed_pointer_declarators

CSharpParserListener

exitFixed_pointer_initializer

CSharpParserListener

exitFixed_size_buffer_declarator

CSharpParserListener

exitFloating_point_type

CSharpParserListener

exitFlow_stmt

Python3Listener

exitForStatement

CSharpParserListener

exitFor_initializer

CSharpParserListener

exitFor_iterator

CSharpParserListener

exitFor_stmt

Python3Listener

exitFor_stmt

SimpleWorkflowListener

exitForeachStatement

CSharpParserListener

exitForeign_key_clause

SQLiteListener

exitForeign_key_clause

SQLiteParserListener

exitForeign_table

SQLiteListener

exitForeign_table

SQLiteParserListener

exitForexpr

RListener

exitForm

RListener

exitFormal_parameter_list

CSharpParserListener

exitFormlist

RListener

exitFormop

RListener

exitFormula_simple

RListener

exitFormula_simple_A

RListener

exitFormula_simple_B

RListener

exitFormula_simple_C

RListener

exitFrame_clause

SQLiteParserListener

exitFrame_left

SQLiteParserListener

exitFrame_right

SQLiteParserListener

exitFrame_single

SQLiteParserListener

exitFrame_spec

SQLiteParserListener

exitFrom_clause

CSharpParserListener

exitFuncdef

Python3Listener

exitFunction_call

SimpleWorkflowListener

exitFunction_name

SQLiteListener

exitFunction_name

SQLiteParserListener

exitFunctioncall

RListener

exitFunctiondef

RListener

exitFunctiondefargs

RListener

exitFunctiondefargslambda

RListener

exitFunctiondefbody

RListener

exitFunctiondeflambda

RListener

exitGeneral_catch_clause

CSharpParserListener

exitGeneric_dimension_specifier

CSharpParserListener

exitGet_accessor_declaration

CSharpParserListener

exitGlobal_attribute_section

CSharpParserListener

exitGlobal_attribute_target

CSharpParserListener

exitGlobal_stmt

Python3Listener

exitGotoStatement

CSharpParserListener

exitGraph

DOTListener

exitId_

DOTListener

exitIdentifier

CSharpParserListener

exitIdentifier

RListener

exitIfStatement

CSharpParserListener

exitIf_body

CSharpParserListener

exitIf_stmt

Python3Listener

exitIf_stmt

SimpleWorkflowListener

exitIfelseexpr

RListener

exitIfexpr

RListener

exitImplicit_anonymous_function_parameter_list

CSharpParserListener

exitImplicit_column_name

RListener

exitImport_as_name

Python3Listener

exitImport_as_names

Python3Listener

exitImport_from

Python3Listener

exitImport_name

Python3Listener

exitImport_stmt

Python3Listener

exitInclusive_or_expression

CSharpParserListener

exitIndex_name

SQLiteListener

exitIndex_name

SQLiteParserListener

exitIndexed_column

SQLiteListener

exitIndexed_column

SQLiteParserListener

exitIndexer_argument

CSharpParserListener

exitIndexer_declaration

CSharpParserListener

exitInitial_select

SQLiteParserListener

exitInitializer_value

CSharpParserListener

exitInlinefunction

RListener

exitInout_name

SimpleWorkflowListener

exitInsert_stmt

SQLiteListener

exitInsert_stmt

SQLiteParserListener

exitInteger_number

SimpleWorkflowListener

exitIntegral_type

CSharpParserListener

exitInterface_accessors

CSharpParserListener

exitInterface_base

CSharpParserListener

exitInterface_body

CSharpParserListener

exitInterface_definition

CSharpParserListener

exitInterface_member_declaration

CSharpParserListener

exitInterface_type_list

CSharpParserListener

exitInterpolated_regular_string

CSharpParserListener

exitInterpolated_regular_string_part

CSharpParserListener

exitInterpolated_string_expression

CSharpParserListener

exitInterpolated_verbatium_string

CSharpParserListener

exitInterpolated_verbatium_string_part

CSharpParserListener

exitIntersection_complexe

RListener

exitIntersection_simple

RListener

exitIntersections

RListener

exitIntersections

TreeStringListener

event

exitIsType

CSharpParserListener

exitIsTypePatternArm

CSharpParserListener

exitIsTypePatternArms

CSharpParserListener

exitJoin_clause

SQLiteListener

exitJoin_clause

SQLiteParserListener

exitJoin_constraint

SQLiteListener

exitJoin_constraint

SQLiteParserListener

exitJoin_operator

SQLiteListener

exitJoin_operator

SQLiteParserListener

exitKeyword

CSharpParserListener

exitKeyword

SQLiteListener

exitKeyword

SQLiteParserListener

exitLabeled_Statement

CSharpParserListener

exitLambda_expression

CSharpParserListener

exitLambdef

Python3Listener

exitLambdef_nocond

Python3Listener

exitLet_clause

CSharpParserListener

exitLimit_stmt

SQLiteParserListener

exitList_param_affectation

SimpleWorkflowListener

exitLiteral

CSharpParserListener

exitLiteralAccessExpression

CSharpParserListener

exitLiteralExpression

CSharpParserListener

exitLiteral_value

SQLiteListener

exitLiteral_value

SQLiteParserListener

exitLocal_constant_declaration

CSharpParserListener

exitLocal_function_body

CSharpParserListener

exitLocal_function_declaration

CSharpParserListener

exitLocal_function_header

CSharpParserListener

exitLocal_function_modifiers

CSharpParserListener

exitLocal_variable_declaration

CSharpParserListener

exitLocal_variable_declarator

CSharpParserListener

exitLocal_variable_initializer

CSharpParserListener

exitLocal_variable_type

CSharpParserListener

exitLockStatement

CSharpParserListener

exitMemberAccessExpression

CSharpParserListener

exitMember_access

CSharpParserListener

exitMember_declarator

CSharpParserListener

exitMember_declarator_list

CSharpParserListener

exitMember_initializer

CSharpParserListener

exitMember_initializer_list

CSharpParserListener

exitMember_name

CSharpParserListener

exitMethod_body

CSharpParserListener

exitMethod_declaration

CSharpParserListener

exitMethod_invocation

CSharpParserListener

exitMethod_member_name

CSharpParserListener

exitModule_argument

SQLiteListener

exitModule_argument

SQLiteParserListener

exitModule_call

SimpleWorkflowListener

exitModule_input

SimpleWorkflowListener

exitModule_name

SQLiteListener

exitModule_name

SQLiteParserListener

exitModule_name

SimpleWorkflowListener

exitModule_stmt

SimpleWorkflowListener

exitMultiplicative_expression

CSharpParserListener

exitName

SQLiteListener

exitName

SQLiteParserListener

exitNameofExpression

CSharpParserListener

exitNamespace_body

CSharpParserListener

exitNamespace_body

CSharpParserListenerSignatures

exitNamespace_declaration

CSharpParserListener

exitNamespace_declaration

CSharpParserListenerSignatures

exitNamespace_member_declaration

CSharpParserListener

exitNamespace_member_declarations

CSharpParserListener

exitNamespace_or_type_name

CSharpParserListener

exitNamespace_or_type_name

CSharpParserListenerSignatures

exitNew_table_name

SQLiteListener

exitNew_table_name

SQLiteParserListener

exitNextexpr

RListener

exitNode_id

DOTListener

exitNode_stmt

DOTListener

exitNon_assignment_expression

CSharpParserListener

exitNonlocal_stmt

Python3Listener

exitNot_test

Python3Listener

exitNull_coalescing_expression

CSharpParserListener

exitNumeric_type

CSharpParserListener

exitObjectCreationExpression

CSharpParserListener

exitObject_creation_expression

CSharpParserListener

exitObject_initializer

CSharpParserListener

exitObject_or_collection_initializer

CSharpParserListener

exitOffset

SQLiteParserListener

exitOp

RFilterListener

exitOperator

RListener

exitOperator_declaration

CSharpParserListener

exitOr_test

Python3Listener

exitOrder_by_expr

SQLiteParserListener

exitOrder_by_expr_asc_desc

SQLiteParserListener

exitOrder_by_stmt

SQLiteParserListener

exitOrderby_clause

CSharpParserListener

exitOrdering

CSharpParserListener

exitOrdering_term

SQLiteListener

exitOrdering_term

SQLiteParserListener

exitOver_clause

SQLiteParserListener

exitOverloadable_operator

CSharpParserListener

exitParam_affectation

SimpleWorkflowListener

exitParam_name

SimpleWorkflowListener

exitParameter_array

CSharpParserListener

exitParameter_modifier

CSharpParserListener

exitParameters

Python3Listener

exitParenthesisExpressions

CSharpParserListener

exitParse

RListener

exitParse

SQLiteListener

exitParse

SQLiteParserListener

exitParse

SimpleWorkflowListener

exitPartition_by

SQLiteParserListener

exitPass_stmt

Python3Listener

exitPointer_type

CSharpParserListener

exitPort

DOTListener

exitPower

Python3Listener

exitPragma_name

SQLiteListener

exitPragma_name

SQLiteParserListener

exitPragma_stmt

SQLiteListener

exitPragma_stmt

SQLiteParserListener

exitPragma_value

SQLiteListener

exitPragma_value

SQLiteParserListener

exitPredefined_type

CSharpParserListener

exitPreprocessorConditional

CSharpPreprocessorParserListener

exitPreprocessorDeclaration

CSharpPreprocessorParserListener

exitPreprocessorDiagnostic

CSharpPreprocessorParserListener

exitPreprocessorLine

CSharpPreprocessorParserListener

exitPreprocessorPragma

CSharpPreprocessorParserListener

exitPreprocessorRegion

CSharpPreprocessorParserListener

exitPreprocessor_expression

CSharpPreprocessorParserListener

exitPrimary_constraint

CSharpParserListener

exitPrimary_expression

CSharpParserListener

exitProperty_declaration

CSharpParserListener

exitQualified_alias_member

CSharpParserListener

exitQualified_identifier

CSharpParserListener

exitQualified_table_name

SQLiteListener

exitQualified_table_name

SQLiteParserListener

exitQuery_body

CSharpParserListener

exitQuery_body_clause

CSharpParserListener

exitQuery_continuation

CSharpParserListener

exitQuery_expression

CSharpParserListener

exitRaise_function

SQLiteListener

exitRaise_function

SQLiteParserListener

exitRaise_stmt

Python3Listener

exitRange_complexe

RListener

exitRange_expression

CSharpParserListener

exitRange_simple

RListener

exitRangeop

RListener

exitRangeopexpr

RListener

exitRanges

RListener

exitRanges

TreeStringListener

event

exitRank_specifier

CSharpParserListener

exitReal_number

SimpleWorkflowListener

exitRecursive_cte

SQLiteParserListener

exitRecursive_select

SQLiteParserListener

exitReindex_stmt

SQLiteListener

exitReindex_stmt

SQLiteParserListener

exitRelational_expression

CSharpParserListener

exitRelease_stmt

SQLiteListener

exitRelease_stmt

SQLiteParserListener

exitRemove_accessor_declaration

CSharpParserListener

exitRepeatexpr

RListener

exitResource_acquisition

CSharpParserListener

exitResult_column

SQLiteListener

exitResult_column

SQLiteParserListener

exitReturnStatement

CSharpParserListener

exitReturn_stmt

Python3Listener

exitReturn_type

CSharpParserListener

exitReturnexpr

RListener

exitReturning_clause

SQLiteParserListener

exitRight_arrow

CSharpParserListener

exitRight_shift

CSharpParserListener

exitRight_shift_assignment

CSharpParserListener

exitRightexpr

RListener

exitRollback_stmt

SQLiteListener

exitRollback_stmt

SQLiteParserListener

exitSavepoint_name

SQLiteListener

exitSavepoint_name

SQLiteParserListener

exitSavepoint_stmt

SQLiteListener

exitSavepoint_stmt

SQLiteParserListener

exitSchema_name

SQLiteParserListener

exitSecondary_constraints

CSharpParserListener

exitSelect_core

SQLiteListener

exitSelect_core

SQLiteParserListener

exitSelect_or_group_clause

CSharpParserListener

exitSelect_or_values

SQLiteListener

exitSelect_stmt

SQLiteListener

exitSelect_stmt

SQLiteParserListener

exitSet_accessor_declaration

CSharpParserListener

exitShift_expr

Python3Listener

exitShift_expression

CSharpParserListener

exitSigned_number

SQLiteListener

exitSigned_number

SQLiteParserListener

exitSimpleNameExpression

CSharpParserListener

exitSimple_func

SQLiteParserListener

exitSimple_function_invocation

SQLiteParserListener

exitSimple_select_stmt

SQLiteListener

exitSimple_select_stmt

SQLiteParserListener

exitSimple_stmt

Python3Listener

exitSimple_type

CSharpParserListener

exitSingle_input

Python3Listener

exitSizeofExpression

CSharpParserListener

exitSliceop

Python3Listener

exitSmall_stmt

Python3Listener

exitSpecific_catch_clause

CSharpParserListener

exitSql_stmt

SQLiteListener

exitSql_stmt

SQLiteParserListener

exitSql_stmt_list

SQLiteListener

exitSql_stmt_list

SQLiteParserListener

exitStackalloc_initializer

CSharpParserListener

exitStar_expr

Python3Listener

exitStatement

CSharpParserListener

exitStatement_list

CSharpParserListener

exitStmt

DOTListener

exitStmt

Python3Listener

exitStmt

SimpleWorkflowListener

exitStmt_comma

SimpleWorkflowListener

exitStmt_list

DOTListener

exitStream

RFilterListener

exitString_literal

CSharpParserListener

exitString_literal

SimpleWorkflowListener

exitStruct_body

CSharpParserListener

exitStruct_definition

CSharpParserListener

exitStruct_interfaces

CSharpParserListener

exitStruct_member_declaration

CSharpParserListener

exitSub

RListener

exitSubgraph

DOTListener

exitSublist

RListener

exitSublistadd

RListener

exitSubnobracket

RListener

exitSubscript

Python3Listener

exitSubscriptlist

Python3Listener

exitSuite

Python3Listener

exitSwitchStatement

CSharpParserListener

exitSwitch_expression

CSharpParserListener

exitSwitch_expression_arm

CSharpParserListener

exitSwitch_expression_arms

CSharpParserListener

exitSwitch_label

CSharpParserListener

exitSwitch_section

CSharpParserListener

exitTable_alias

SQLiteListener

exitTable_alias

SQLiteParserListener

exitTable_constraint

SQLiteListener

exitTable_constraint

SQLiteParserListener

exitTable_function_name

SQLiteParserListener

exitTable_name

SQLiteListener

exitTable_name

SQLiteParserListener

exitTable_or_index_name

SQLiteListener

exitTable_or_index_name

SQLiteParserListener

exitTable_or_subquery

SQLiteListener

exitTable_or_subquery

SQLiteParserListener

exitTerm

Python3Listener

exitTest

Python3Listener

exitTest_nocond

Python3Listener

exitTestlist

Python3Listener

exitTestlist_comp

Python3Listener

exitTestlist_star_expr

Python3Listener

exitTfpdef

Python3Listener

exitTheEmptyStatement

CSharpParserListener

exitThisReferenceExpression

CSharpParserListener

exitThrowStatement

CSharpParserListener

exitThrow_expression

CSharpParserListener

exitThrowable_expression

CSharpParserListener

exitTrailer

Python3Listener

exitTransaction_name

SQLiteListener

exitTransaction_name

SQLiteParserListener

exitTrigger_name

SQLiteListener

exitTrigger_name

SQLiteParserListener

exitTryStatement

CSharpParserListener

exitTry_stmt

Python3Listener

exitTupleExpression

CSharpParserListener

exitTuple_element

CSharpParserListener

exitTuple_type

CSharpParserListener

exitType_

CSharpParserListener

exitType_argument_list

CSharpParserListener

exitType_declaration

CSharpParserListener

exitType_name

SQLiteListener

exitType_name

SQLiteParserListener

exitType_parameter

CSharpParserListener

exitType_parameter_constraints

CSharpParserListener

exitType_parameter_constraints_clause

CSharpParserListener

exitType_parameter_constraints_clauses

CSharpParserListener

exitType_parameter_list

CSharpParserListener

exitTyped_member_declaration

CSharpParserListener

exitTypedargslist

Python3Listener

exitTypeofExpression

CSharpParserListener

exitUnary_expression

CSharpParserListener

exitUnary_operator

SQLiteListener

exitUnary_operator

SQLiteParserListener

exitUnary_operator

SimpleWorkflowListener

exitUnbound_type_name

CSharpParserListener

exitUncheckedExpression

CSharpParserListener

exitUncheckedStatement

CSharpParserListener

exitUnsafeStatement

CSharpParserListener

exitUpdate_stmt

SQLiteListener

exitUpdate_stmt

SQLiteParserListener

exitUpdate_stmt_limited

SQLiteListener

exitUpdate_stmt_limited

SQLiteParserListener

exitUpsert_clause

SQLiteParserListener

exitUsingAliasDirective

CSharpParserListener

exitUsingNamespaceDirective

CSharpParserListener

exitUsingStatement

CSharpParserListener

exitUsingStaticDirective

CSharpParserListener

exitUsing_directives

CSharpParserListener

exitVacuum_stmt

SQLiteListener

exitVacuum_stmt

SQLiteParserListener

exitVarargslist

Python3Listener

exitVariable_declarator

CSharpParserListener

exitVariable_declarators

CSharpParserListener

exitVariable_initializer

CSharpParserListener

exitVariable_name

SimpleWorkflowListener

exitVariance_annotation

CSharpParserListener

exitVariant_type_parameter

CSharpParserListener

exitVariant_type_parameter_list

CSharpParserListener

exitVfpdef

Python3Listener

exitView_name

SQLiteListener

exitView_name

SQLiteParserListener

exitWhere_clause

CSharpParserListener

exitWhileStatement

CSharpParserListener

exitWhile_stmt

Python3Listener

exitWhileexpr

RListener

exitWindow_defn

SQLiteParserListener

exitWindow_function

SQLiteParserListener

exitWindow_function_invocation

SQLiteParserListener

exitWindow_name

SQLiteParserListener

exitWith_clause

SQLiteListener

exitWith_clause

SQLiteParserListener

exitWith_item

Python3Listener

exitWith_stmt

Python3Listener

exitXor_expr

Python3Listener

exitYieldStatement

CSharpParserListener

exitYield_arg

Python3Listener

exitYield_expr

Python3Listener

exitYield_stmt

Python3Listener

exit_body

CSharpParserListenerSignatures

Adds an element.

explicit_anonymous_function_parameter

CSharpParser

explicit_anonymous_function_parameter_list

CSharpParser

export_table_into_flat_file

DatabaseImportExport

Exports a table into a flat file.

export_view_into_flat_file

DatabaseImportExport

Exports a table into a flat file.

expr

Python3Parser

expr

RParser

expr

SQLiteParser

expr_asc_desc

SQLiteParser

expr_sempred

RParser

expr_sempred

SQLiteParser

expr_stmt

Python3Parser

expression

CSharpParser

expression

SimpleWorkflowParser

expression_list

CSharpParser

expression_no_binary

SimpleWorkflowParser

exprlist

Python3Parser

exprlist

RParser

extern_alias_directive

CSharpParser

extern_alias_directives

CSharpParser

fLOG

TreeStringListener

logging

factor

Python3Parser

factored_select_stmt

SQLiteParser

fgroupby

TableFormula

Groups information based on columns defined by lambda functions.

field_declaration

CSharpParser

file_input

Python3Parser

filename

SQLiteParser

fill_table_with_objects

DatabaseObject

Fill a table of a database with object (from iterator_on) following the interface:

filter_clause

SQLiteParser

final_stmt

SimpleWorkflowParser

finally_clause

CSharpParser

fixed_parameter

CSharpParser

fixed_parameters

CSharpParser

fixed_pointer_declarator

CSharpParser

fixed_pointer_declarators

CSharpParser

fixed_pointer_initializer

CSharpParser

fixed_size_buffer_declarator

CSharpParser

floating_point_type

CSharpParser

flow_stmt

Python3Parser

for_initializer

CSharpParser

for_iterator

CSharpParser

for_stmt

Python3Parser

for_stmt

SimpleWorkflowParser

foreign_key_clause

SQLiteParser

foreign_table

SQLiteParser

forexpr

RParser

form

RParser

formal_parameter_list

CSharpParser

formlist

RParser

formop

RParser

formula_simple

RParser

formula_simple_A

RParser

formula_simple_B

RParser

formula_simple_C

RParser

frame_clause

SQLiteParser

frame_left

SQLiteParser

frame_right

SQLiteParser

frame_single

SQLiteParser

frame_spec

SQLiteParser

from_clause

CSharpParser

funcdef

Python3Parser

function_call

SimpleWorkflowParser

function_name

SQLiteParser

functioncall

RParser

functiondef

RParser

functiondefargs

RParser

functiondefargslambda

RParser

functiondefbody

RParser

functiondeflambda

RParser

general_catch_clause

CSharpParser

generic_dimension_specifier

CSharpParser

get_accessor_declaration

CSharpParser

get_attached_database_list

DatabaseCore

Returns all the attached database (avoid the temporary ones and the main one).

get_code

CSharpParserListenerSignatures

get_column_type

DatabaseCore

Returns the column type of a table.

get_columns

TextFileColumns

get_connection

MagicSQL

returns the connection stored in the workspace

get_file

DatabaseCore

Gets database file.

get_index_list

DatabaseCore

Returns the list of indexes.

get_index_on_table

DatabaseCore

Returns the list of indexes on a specific table.

get_nb_readbytes

TextFile

Returns the number of read bytes.

get_nb_readlines

TextFile

Returns the number of read lines.

get_python

TreeStringListener

Get the Python code for the R code.

get_python_code

DatabaseCore2

Returns the python code associated to this database.

get_sql_columns

DatabaseCore

Returns the columns name for a SQL request.

get_table_columns

DatabaseCore

See get_table_columns_list(). Example (dictionary == False):

get_table_columns

InterfaceSQL

returns the list of columns in a table

get_table_columns

InterfaceSQLDatabase

returns the list of columns in a table

get_table_columns_list

DatabaseCore

Returns all the columns for a table.

get_table_list

DatabaseCore

Returns the list of tables.

get_table_list

InterfaceSQL

returns the list of tables in the database

get_table_list

InterfaceSQLDatabase

returns the list of tables in the database

get_table_nb_lines

DatabaseCore

Returns the number of lines in a table (or number of observations).

get_table_nfirst_lines

DatabaseCore

Returns the n first lines.

global_attribute_section

CSharpParser

global_attribute_target

CSharpParser

global_stmt

Python3Parser

graph

DOTParser

graph_XY

TableFormula

grep

MagicFile

defines %grep which displays the first lines of a file

guess_columns

TextFile

Guesses the columns type.

has_index

DatabaseCore

Says if the index belongs to the database.

has_parent

TreeStringListener

Tells if parent is one of the parents of current.

has_table

DatabaseCore

Says if the table belongs to the database.

head

MagicFile

Defines %head which displays the first lines of a file.

head

StockPrices

usual

hhelp

MagicFile

Define %hhelp, it displays the help for an object in :epkg:`HTML`.

histogram

DatabaseJoinGroup

create a SQL request to compute an histogram

id_

DOTParser

identifier

CSharpParser

identifier

RParser

if_body

CSharpParser

if_stmt

Python3Parser

if_stmt

SimpleWorkflowParser

ifelseexpr

RParser

ifexpr

RParser

implicit_anonymous_function_parameter_list

CSharpParser

implicit_column_name

RParser

import_as_name

Python3Parser

import_as_names

Python3Parser

import_dataframe

Database

Imports a DataFrame into a table.

import_dataframe

InterfaceSQL

import a dataframe into the database

import_dataframe

InterfaceSQLDatabase

import a dataframe into the database

import_flat_file

InterfaceSQL

import a flat file as a table, we assume the columns separator is \t and the file name contains a header

import_flat_file

InterfaceSQLDatabase

import a flat file as a table, we assume the columns separator is \t and the file name contains a header

import_from

Python3Parser

import_name

Python3Parser

import_stmt

Python3Parser

import_table_from_flat_file

DatabaseImportExport

Adds a table to database from a file.

inclusive_or_expression

CSharpParser

index_name

SQLiteParser

indexed_column

SQLiteParser

indexer_argument

CSharpParser

indexer_declaration

CSharpParser

initial_select

SQLiteParser

initializer_value

CSharpParser

inlinefunction

RParser

inner_join

DatabaseJoinGroup

create a SQL inner join request

inner_joins

DatabaseJoinGroup

create several SQL inner join requests (included into each others)

inout_name

SimpleWorkflowParser

insert

DatabaseCore

Inserts into a table.

insert_stmt

SQLiteParser

integer_number

SimpleWorkflowParser

integral_type

CSharpParser

interface_accessors

CSharpParser

interface_base

CSharpParser

interface_body

CSharpParser

interface_definition

CSharpParser

interface_member_declaration

CSharpParser

interface_type_list

CSharpParser

interpolated_regular_string

CSharpParser

interpolated_regular_string_part

CSharpParser

interpolated_string_expression

CSharpParser

interpolated_verbatium_string

CSharpParser

interpolated_verbatium_string_part

CSharpParser

intersection_complexe

RParser

intersection_simple

RParser

intersections

RParser

isMSSQL

DatabaseCore

Says if the syntax is MS SQL Server.

isMemory

DatabaseCore

Tells if the Database takes place in memory (:memory:).

isType

CSharpParser

isTypePatternArm

CSharpParser

isTypePatternArms

CSharpParser

is_connected

DatabaseCore

Says if the database is connected.

join

TextFile

Joins several files together.

join_clause

SQLiteParser

join_constraint

SQLiteParser

join_operator

SQLiteParser

jsdf

MagicNotebook

defines %jsdf which displays a pandas dataframe into a notebook using qgrid (javascript)

keep_dates

StockPrices

removes undesired dates

keyword

CSharpParser

keyword

SQLiteParser

labeled_Statement

CSharpParser

lambda_expression

CSharpParser

lambdef

Python3Parser

lambdef_nocond

Python3Parser

len

DatabaseCore

Returns the number of lines of table table.

let_clause

CSharpParser

limit_stmt

SQLiteParser

linkage

Linkage

Mostly calls linkage. …

list_param_affectation

SimpleWorkflowParser

literal

CSharpParser

literal_value

SQLiteParser

local_constant_declaration

CSharpParser

local_function_body

CSharpParser

local_function_declaration

CSharpParser

local_function_header

CSharpParser

local_function_modifiers

CSharpParser

local_variable_declaration

CSharpParser

local_variable_declaration_sempred

CSharpParser

local_variable_declarator

CSharpParser

local_variable_initializer

CSharpParser

local_variable_type

CSharpParser

lsr

MagicFile

Defines %lsr which returns the content of a folder, the method stops after around 10000 files –> you …

lsrepo

MagicFile

Defines %lsrepo.

member_access

CSharpParser

member_declarator

CSharpParser

member_declarator_list

CSharpParser

member_initializer

CSharpParser

member_initializer_list

CSharpParser

member_name

CSharpParser

method_body

CSharpParser

method_declaration

CSharpParser

method_invocation

CSharpParser

method_member_name

CSharpParser

missing

StockPrices

Returnq the list of missing dates from an overset of trading dates.

module_argument

SQLiteParser

module_call

SimpleWorkflowParser

module_input

SimpleWorkflowParser

module_name

SQLiteParser

module_name

SimpleWorkflowParser

module_stmt

SimpleWorkflowParser

mpl_style

MagicGraph

defines %mpl_style which changes the style of matplotlib graphs, example: %mpl_style ggplot

multiplicative_expression

CSharpParser

name

SQLiteParser

namespace_body

CSharpParser

namespace_declaration

CSharpParser

namespace_member_declaration

CSharpParser

namespace_member_declarations

CSharpParser

namespace_or_type_name

CSharpParser

nb_menu

MagicNotebook

defines %nb_menu which displays a menu

new_table_name

SQLiteParser

nextToken

Python3Lexer

nextexpr

RParser

node_id

DOTParser

node_stmt

DOTParser

non_assignment_expression

CSharpParser

nonlocal_stmt

Python3Parser

not_test

Python3Parser

null_coalescing_expression

CSharpParser

numeric_type

CSharpParser

object_creation_expression

CSharpParser

object_initializer

CSharpParser

object_or_collection_initializer

CSharpParser

offset

SQLiteParser

op

RFilter

open

TextFile

Opens the file in reading mode.

open

TextFileColumns

Opens the file and find out if there is a header, what are the columns, what are their type.

operator

RParser

operator_declaration

CSharpParser

or_test

Python3Parser

order

Corrplot

Rearranges the order of rows and columns after clustering.

order_by_expr

SQLiteParser

order_by_expr_asc_desc

SQLiteParser

order_by_stmt

SQLiteParser

orderby_clause

CSharpParser

ordering

CSharpParser

ordering_term

SQLiteParser

over_clause

SQLiteParser

overloadable_operator

CSharpParser

param_affectation

SimpleWorkflowParser

param_name

SimpleWorkflowParser

parameter_array

CSharpParser

parameter_modifier

CSharpParser

parameters

Python3Parser

parse

RParser

parse

SQLiteParser

parse

SimpleWorkflowParser

parse

CSharpParser

Returns all elements of codes inside a string.

partition_by

SQLiteParser

pass_stmt

Python3Parser

plot

StockPrices

See draw.

plot

Corrplot

Plots the correlation matrix from the content of df (dataframe). By default, the correlation is …

pointer_type

CSharpParser

populate_completion

InterfaceSQL

the method create an object which contains a class the user could use to speed the typing SQL queries, functions …

port

DOTParser

power

Python3Parser

pragma_name

SQLiteParser

pragma_stmt

SQLiteParser

pragma_value

SQLiteParser

predefined_type

CSharpParser

preprocessor_directive

CSharpPreprocessorParser

preprocessor_expression

CSharpPreprocessorParser

preprocessor_expression_sempred

CSharpPreprocessorParser

primary_constraint

CSharpParser

primary_expression

CSharpParser

primary_expression_start

CSharpParser

process_query

InterfaceSQL

replaces autocompletion object by their real names

property_declaration

CSharpParser

qualified_alias_member

CSharpParser

qualified_identifier

CSharpParser

qualified_table_name

SQLiteParser

query_body

CSharpParser

query_body_clause

CSharpParser

query_continuation

CSharpParser

query_expression

CSharpParser

raise_function

SQLiteParser

raise_stmt

Python3Parser

range_complexe

RParser

range_expression

CSharpParser

range_simple

RParser

rangeop

RParser

rangeopexpr

RParser

ranges

RParser

rank_specifier

CSharpParser

readlines

TextFile

Extracts all the lines, the file must not be opened through method open \n are removed.

real_number

SimpleWorkflowParser

recursive_cte

SQLiteParser

recursive_select

SQLiteParser

refresh_completion

InterfaceSQL

refresh the auto completion

reindex_stmt

SQLiteParser

relational_expression

CSharpParser

release_stmt

SQLiteParser

remove_accessor_declaration

CSharpParser

remove_table

DatabaseCore

Removes a table.

repeatexpr

RParser

reset

Python3Lexer

resource_acquisition

CSharpParser

result_column

SQLiteParser

return_stmt

Python3Parser

return_type

CSharpParser

returnexpr

RParser

returning_clause

SQLiteParser

returns

StockPrices

Builds the series of returns.

right_arrow

CSharpParser

right_arrow_sempred

CSharpParser

right_shift

CSharpParser

right_shift_assignment

CSharpParser

right_shift_assignment_sempred

CSharpParser

right_shift_sempred

CSharpParser

rightexpr

RParser

rollback_stmt

SQLiteParser

runpy

MagicFile

Defines command %%runpy.

savepoint_name

SQLiteParser

savepoint_stmt

SQLiteParser

schema_name

SQLiteParser

search_parents

TreeStringListener

Searches for a substring in parents’ node name.

secondary_constraints

CSharpParser

select_core

SQLiteParser

select_or_group_clause

CSharpParser

select_stmt

SQLiteParser

sempred

CSharpLexer

sempred

CSharpParser

sempred

CSharpPreprocessorParser

sempred

Python3Lexer

sempred

RParser

sempred

SQLiteParser

set_accessor_declaration

CSharpParser

set_hex

Color

Converts a string like #AABBCC into (red, green, blue).

shift_expr

Python3Parser

shift_expression

CSharpParser

signed_number

SQLiteParser

simple_embedded_statement

CSharpParser

simple_func

SQLiteParser

simple_function_invocation

SQLiteParser

simple_select_stmt

SQLiteParser

simple_stmt

Python3Parser

simple_type

CSharpParser

single_input

Python3Parser

sliceop

Python3Parser

small_stmt

Python3Parser

sort

TableFormula

Sorts rows based on the values returned by function_sort.

sort

TextFileColumns

Sorts a text file, even a big one, one or several columns gives the order.

specific_catch_clause

CSharpParser

sql_stmt

SQLiteParser

sql_stmt_list

SQLiteParser

stack_element

CSharpParserListenerSignatures

Adds an element.

stackalloc_initializer

CSharpParser

star_expr

Python3Parser

statement

CSharpParser

statement_list

CSharpParser

stmt

DOTParser

stmt

Python3Parser

stmt

SimpleWorkflowParser

stmt_comma

SimpleWorkflowParser

stmt_list

DOTParser

stream

RFilter

string_literal

CSharpParser

string_literal

SimpleWorkflowParser

struct_body

CSharpParser

struct_definition

CSharpParser

struct_interfaces

CSharpParser

struct_member_declaration

CSharpParser

sub

RParser

subgraph

DOTParser

sublist

RParser

sublistadd

RParser

subnobracket

RParser

subscript

Python3Parser

subscriptlist

Python3Parser

suite

Python3Parser

summary

DatabaseCore2

Returns the list of tables, their columns, and their length.

switch_expression

CSharpParser

switch_expression_arm

CSharpParser

switch_expression_arms

CSharpParser

switch_label

CSharpParser

switch_section

CSharpParser

table_alias

SQLiteParser

table_constraint

SQLiteParser

table_function_name

SQLiteParser

table_name

SQLiteParser

table_or_index_name

SQLiteParser

table_or_subquery

SQLiteParser

tail

MagicFile

defines %tail which displays the last lines of a file

tail

StockPrices

usual

term

Python3Parser

terminal_node_name

TreeStringListener

Converts a terminal node into a rule name.

test

Python3Parser

test_nocond

Python3Parser

testlist

Python3Parser

testlist_comp

Python3Parser

testlist_star_expr

Python3Parser

tfpdef

Python3Parser

throw_expression

CSharpParser

throwable_expression

CSharpParser

to_csv

StockPrices

Saves the file in text format, see to_csv

to_df

Database

Converts a SQL request into a :epkg:`pandas:Dataframe`.

to_dot

TreeGraphListener

export the graph to DOT format

to_excel

StockPrices

Saves the file in Excel format, see to_excel

to_networkx

TreeGraphListener

convert the graph into networkx

to_python

TreeStringListener

Converts a couple (name, node) into :epkg:`Python`.

trailer

Python3Parser

transaction_name

SQLiteParser

trigger_name

SQLiteParser

try_stmt

Python3Parser

tuple_element

CSharpParser

tuple_type

CSharpParser

type_

CSharpParser

type_argument_list

CSharpParser

type_declaration

CSharpParser

type_name

SQLiteParser

type_parameter

CSharpParser

type_parameter_constraints

CSharpParser

type_parameter_constraints_clause

CSharpParser

type_parameter_constraints_clauses

CSharpParser

type_parameter_list

CSharpParser

typed_member_declaration

CSharpParser

typedargslist

Python3Parser

unary_expression

CSharpParser

unary_operator

SQLiteParser

unary_operator

SimpleWorkflowParser

unbound_type_name

CSharpParser

update

DatabaseCore

Updates some values WHERE key=value.

update_stmt

SQLiteParser

update_stmt_limited

SQLiteParser

upsert_clause

SQLiteParser

using_directive

CSharpParser

using_directives

CSharpParser

vacuum_stmt

SQLiteParser

varargslist

Python3Parser

variable_declarator

CSharpParser

variable_declarators

CSharpParser

variable_initializer

CSharpParser

variable_name

SimpleWorkflowParser

variance_annotation

CSharpParser

variant_type_parameter

CSharpParser

variant_type_parameter_list

CSharpParser

vfpdef

Python3Parser

view_name

SQLiteParser

visitErrorNode

TreeStringListener

event

visitErrorNode

TreeGraphListener

event

visitErrorNode

TreeStringListener

event

visitTerminal

TreeStringListener

event

visitTerminal

TreeGraphListener

event

visitTerminal

TreeStringListener

event

where_clause

CSharpParser

while_stmt

Python3Parser

whileexpr

RParser

window_defn

SQLiteParser

window_function

SQLiteParser

window_function_invocation

SQLiteParser

window_name

SQLiteParser

with_clause

SQLiteParser

with_item

Python3Parser

with_stmt

Python3Parser

xor_expr

Python3Parser

yield_arg

Python3Parser

yield_expr

Python3Parser

yield_stmt

Python3Parser