UNPKG

@neo4j-cypher/antlr4

Version:

Cypher parser loaded from an antlr4 g4 file

1,472 lines (985 loc) 46.5 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _antlr4Browser = _interopRequireDefault(require("@neo4j-cypher/antlr4-browser")); // Generated from Cypher.g4 by ANTLR 4.10.1 // jshint ignore: start // This class defines a complete listener for a parse tree produced by CypherParser. class CypherListener extends _antlr4Browser.default.tree.ParseTreeListener { // Enter a parse tree produced by CypherParser#cypher. enterCypher(ctx) {} // Exit a parse tree produced by CypherParser#cypher. exitCypher(ctx) {} // Enter a parse tree produced by CypherParser#cypherPart. enterCypherPart(ctx) {} // Exit a parse tree produced by CypherParser#cypherPart. exitCypherPart(ctx) {} // Enter a parse tree produced by CypherParser#cypherConsoleCommand. enterCypherConsoleCommand(ctx) {} // Exit a parse tree produced by CypherParser#cypherConsoleCommand. exitCypherConsoleCommand(ctx) {} // Enter a parse tree produced by CypherParser#cypherConsoleCommandName. enterCypherConsoleCommandName(ctx) {} // Exit a parse tree produced by CypherParser#cypherConsoleCommandName. exitCypherConsoleCommandName(ctx) {} // Enter a parse tree produced by CypherParser#cypherConsoleCommandParameters. enterCypherConsoleCommandParameters(ctx) {} // Exit a parse tree produced by CypherParser#cypherConsoleCommandParameters. exitCypherConsoleCommandParameters(ctx) {} // Enter a parse tree produced by CypherParser#cypherConsoleCommandParameter. enterCypherConsoleCommandParameter(ctx) {} // Exit a parse tree produced by CypherParser#cypherConsoleCommandParameter. exitCypherConsoleCommandParameter(ctx) {} // Enter a parse tree produced by CypherParser#arrowExpression. enterArrowExpression(ctx) {} // Exit a parse tree produced by CypherParser#arrowExpression. exitArrowExpression(ctx) {} // Enter a parse tree produced by CypherParser#url. enterUrl(ctx) {} // Exit a parse tree produced by CypherParser#url. exitUrl(ctx) {} // Enter a parse tree produced by CypherParser#uri. enterUri(ctx) {} // Exit a parse tree produced by CypherParser#uri. exitUri(ctx) {} // Enter a parse tree produced by CypherParser#scheme. enterScheme(ctx) {} // Exit a parse tree produced by CypherParser#scheme. exitScheme(ctx) {} // Enter a parse tree produced by CypherParser#host. enterHost(ctx) {} // Exit a parse tree produced by CypherParser#host. exitHost(ctx) {} // Enter a parse tree produced by CypherParser#hostname. enterHostname(ctx) {} // Exit a parse tree produced by CypherParser#hostname. exitHostname(ctx) {} // Enter a parse tree produced by CypherParser#hostnumber. enterHostnumber(ctx) {} // Exit a parse tree produced by CypherParser#hostnumber. exitHostnumber(ctx) {} // Enter a parse tree produced by CypherParser#port. enterPort(ctx) {} // Exit a parse tree produced by CypherParser#port. exitPort(ctx) {} // Enter a parse tree produced by CypherParser#path. enterPath(ctx) {} // Exit a parse tree produced by CypherParser#path. exitPath(ctx) {} // Enter a parse tree produced by CypherParser#user. enterUser(ctx) {} // Exit a parse tree produced by CypherParser#user. exitUser(ctx) {} // Enter a parse tree produced by CypherParser#login. enterLogin(ctx) {} // Exit a parse tree produced by CypherParser#login. exitLogin(ctx) {} // Enter a parse tree produced by CypherParser#password. enterPassword(ctx) {} // Exit a parse tree produced by CypherParser#password. exitPassword(ctx) {} // Enter a parse tree produced by CypherParser#frag. enterFrag(ctx) {} // Exit a parse tree produced by CypherParser#frag. exitFrag(ctx) {} // Enter a parse tree produced by CypherParser#urlQuery. enterUrlQuery(ctx) {} // Exit a parse tree produced by CypherParser#urlQuery. exitUrlQuery(ctx) {} // Enter a parse tree produced by CypherParser#search. enterSearch(ctx) {} // Exit a parse tree produced by CypherParser#search. exitSearch(ctx) {} // Enter a parse tree produced by CypherParser#searchparameter. enterSearchparameter(ctx) {} // Exit a parse tree produced by CypherParser#searchparameter. exitSearchparameter(ctx) {} // Enter a parse tree produced by CypherParser#string. enterString(ctx) {} // Exit a parse tree produced by CypherParser#string. exitString(ctx) {} // Enter a parse tree produced by CypherParser#urlDigits. enterUrlDigits(ctx) {} // Exit a parse tree produced by CypherParser#urlDigits. exitUrlDigits(ctx) {} // Enter a parse tree produced by CypherParser#json. enterJson(ctx) {} // Exit a parse tree produced by CypherParser#json. exitJson(ctx) {} // Enter a parse tree produced by CypherParser#obj. enterObj(ctx) {} // Exit a parse tree produced by CypherParser#obj. exitObj(ctx) {} // Enter a parse tree produced by CypherParser#pair. enterPair(ctx) {} // Exit a parse tree produced by CypherParser#pair. exitPair(ctx) {} // Enter a parse tree produced by CypherParser#array. enterArray(ctx) {} // Exit a parse tree produced by CypherParser#array. exitArray(ctx) {} // Enter a parse tree produced by CypherParser#value. enterValue(ctx) {} // Exit a parse tree produced by CypherParser#value. exitValue(ctx) {} // Enter a parse tree produced by CypherParser#keyValueLiteral. enterKeyValueLiteral(ctx) {} // Exit a parse tree produced by CypherParser#keyValueLiteral. exitKeyValueLiteral(ctx) {} // Enter a parse tree produced by CypherParser#commandPath. enterCommandPath(ctx) {} // Exit a parse tree produced by CypherParser#commandPath. exitCommandPath(ctx) {} // Enter a parse tree produced by CypherParser#subCommand. enterSubCommand(ctx) {} // Exit a parse tree produced by CypherParser#subCommand. exitSubCommand(ctx) {} // Enter a parse tree produced by CypherParser#cypherQuery. enterCypherQuery(ctx) {} // Exit a parse tree produced by CypherParser#cypherQuery. exitCypherQuery(ctx) {} // Enter a parse tree produced by CypherParser#queryOptions. enterQueryOptions(ctx) {} // Exit a parse tree produced by CypherParser#queryOptions. exitQueryOptions(ctx) {} // Enter a parse tree produced by CypherParser#anyCypherOption. enterAnyCypherOption(ctx) {} // Exit a parse tree produced by CypherParser#anyCypherOption. exitAnyCypherOption(ctx) {} // Enter a parse tree produced by CypherParser#cypherOption. enterCypherOption(ctx) {} // Exit a parse tree produced by CypherParser#cypherOption. exitCypherOption(ctx) {} // Enter a parse tree produced by CypherParser#versionNumber. enterVersionNumber(ctx) {} // Exit a parse tree produced by CypherParser#versionNumber. exitVersionNumber(ctx) {} // Enter a parse tree produced by CypherParser#explain. enterExplain(ctx) {} // Exit a parse tree produced by CypherParser#explain. exitExplain(ctx) {} // Enter a parse tree produced by CypherParser#profile. enterProfile(ctx) {} // Exit a parse tree produced by CypherParser#profile. exitProfile(ctx) {} // Enter a parse tree produced by CypherParser#configurationOption. enterConfigurationOption(ctx) {} // Exit a parse tree produced by CypherParser#configurationOption. exitConfigurationOption(ctx) {} // Enter a parse tree produced by CypherParser#statement. enterStatement(ctx) {} // Exit a parse tree produced by CypherParser#statement. exitStatement(ctx) {} // Enter a parse tree produced by CypherParser#query. enterQuery(ctx) {} // Exit a parse tree produced by CypherParser#query. exitQuery(ctx) {} // Enter a parse tree produced by CypherParser#regularQuery. enterRegularQuery(ctx) {} // Exit a parse tree produced by CypherParser#regularQuery. exitRegularQuery(ctx) {} // Enter a parse tree produced by CypherParser#bulkImportQuery. enterBulkImportQuery(ctx) {} // Exit a parse tree produced by CypherParser#bulkImportQuery. exitBulkImportQuery(ctx) {} // Enter a parse tree produced by CypherParser#singleQuery. enterSingleQuery(ctx) {} // Exit a parse tree produced by CypherParser#singleQuery. exitSingleQuery(ctx) {} // Enter a parse tree produced by CypherParser#periodicCommitHint. enterPeriodicCommitHint(ctx) {} // Exit a parse tree produced by CypherParser#periodicCommitHint. exitPeriodicCommitHint(ctx) {} // Enter a parse tree produced by CypherParser#loadCSVQuery. enterLoadCSVQuery(ctx) {} // Exit a parse tree produced by CypherParser#loadCSVQuery. exitLoadCSVQuery(ctx) {} // Enter a parse tree produced by CypherParser#union. enterUnion(ctx) {} // Exit a parse tree produced by CypherParser#union. exitUnion(ctx) {} // Enter a parse tree produced by CypherParser#clause. enterClause(ctx) {} // Exit a parse tree produced by CypherParser#clause. exitClause(ctx) {} // Enter a parse tree produced by CypherParser#command. enterCommand(ctx) {} // Exit a parse tree produced by CypherParser#command. exitCommand(ctx) {} // Enter a parse tree produced by CypherParser#systemCommand. enterSystemCommand(ctx) {} // Exit a parse tree produced by CypherParser#systemCommand. exitSystemCommand(ctx) {} // Enter a parse tree produced by CypherParser#multidatabaseCommand. enterMultidatabaseCommand(ctx) {} // Exit a parse tree produced by CypherParser#multidatabaseCommand. exitMultidatabaseCommand(ctx) {} // Enter a parse tree produced by CypherParser#userCommand. enterUserCommand(ctx) {} // Exit a parse tree produced by CypherParser#userCommand. exitUserCommand(ctx) {} // Enter a parse tree produced by CypherParser#privilegeCommand. enterPrivilegeCommand(ctx) {} // Exit a parse tree produced by CypherParser#privilegeCommand. exitPrivilegeCommand(ctx) {} // Enter a parse tree produced by CypherParser#showRoles. enterShowRoles(ctx) {} // Exit a parse tree produced by CypherParser#showRoles. exitShowRoles(ctx) {} // Enter a parse tree produced by CypherParser#createRole. enterCreateRole(ctx) {} // Exit a parse tree produced by CypherParser#createRole. exitCreateRole(ctx) {} // Enter a parse tree produced by CypherParser#copyRole. enterCopyRole(ctx) {} // Exit a parse tree produced by CypherParser#copyRole. exitCopyRole(ctx) {} // Enter a parse tree produced by CypherParser#dropRole. enterDropRole(ctx) {} // Exit a parse tree produced by CypherParser#dropRole. exitDropRole(ctx) {} // Enter a parse tree produced by CypherParser#showUsers. enterShowUsers(ctx) {} // Exit a parse tree produced by CypherParser#showUsers. exitShowUsers(ctx) {} // Enter a parse tree produced by CypherParser#createUser. enterCreateUser(ctx) {} // Exit a parse tree produced by CypherParser#createUser. exitCreateUser(ctx) {} // Enter a parse tree produced by CypherParser#dropUser. enterDropUser(ctx) {} // Exit a parse tree produced by CypherParser#dropUser. exitDropUser(ctx) {} // Enter a parse tree produced by CypherParser#alterUser. enterAlterUser(ctx) {} // Exit a parse tree produced by CypherParser#alterUser. exitAlterUser(ctx) {} // Enter a parse tree produced by CypherParser#showPrivileges. enterShowPrivileges(ctx) {} // Exit a parse tree produced by CypherParser#showPrivileges. exitShowPrivileges(ctx) {} // Enter a parse tree produced by CypherParser#grantPrivilege. enterGrantPrivilege(ctx) {} // Exit a parse tree produced by CypherParser#grantPrivilege. exitGrantPrivilege(ctx) {} // Enter a parse tree produced by CypherParser#denyPrivilege. enterDenyPrivilege(ctx) {} // Exit a parse tree produced by CypherParser#denyPrivilege. exitDenyPrivilege(ctx) {} // Enter a parse tree produced by CypherParser#revokePrivilege. enterRevokePrivilege(ctx) {} // Exit a parse tree produced by CypherParser#revokePrivilege. exitRevokePrivilege(ctx) {} // Enter a parse tree produced by CypherParser#revokePart. enterRevokePart(ctx) {} // Exit a parse tree produced by CypherParser#revokePart. exitRevokePart(ctx) {} // Enter a parse tree produced by CypherParser#databaseScope. enterDatabaseScope(ctx) {} // Exit a parse tree produced by CypherParser#databaseScope. exitDatabaseScope(ctx) {} // Enter a parse tree produced by CypherParser#graphScope. enterGraphScope(ctx) {} // Exit a parse tree produced by CypherParser#graphScope. exitGraphScope(ctx) {} // Enter a parse tree produced by CypherParser#roles. enterRoles(ctx) {} // Exit a parse tree produced by CypherParser#roles. exitRoles(ctx) {} // Enter a parse tree produced by CypherParser#grantableGraphPrivileges. enterGrantableGraphPrivileges(ctx) {} // Exit a parse tree produced by CypherParser#grantableGraphPrivileges. exitGrantableGraphPrivileges(ctx) {} // Enter a parse tree produced by CypherParser#revokeableGraphPrivileges. enterRevokeableGraphPrivileges(ctx) {} // Exit a parse tree produced by CypherParser#revokeableGraphPrivileges. exitRevokeableGraphPrivileges(ctx) {} // Enter a parse tree produced by CypherParser#datasbasePrivilege. enterDatasbasePrivilege(ctx) {} // Exit a parse tree produced by CypherParser#datasbasePrivilege. exitDatasbasePrivilege(ctx) {} // Enter a parse tree produced by CypherParser#dbmsPrivilege. enterDbmsPrivilege(ctx) {} // Exit a parse tree produced by CypherParser#dbmsPrivilege. exitDbmsPrivilege(ctx) {} // Enter a parse tree produced by CypherParser#elementScope. enterElementScope(ctx) {} // Exit a parse tree produced by CypherParser#elementScope. exitElementScope(ctx) {} // Enter a parse tree produced by CypherParser#propertiesList. enterPropertiesList(ctx) {} // Exit a parse tree produced by CypherParser#propertiesList. exitPropertiesList(ctx) {} // Enter a parse tree produced by CypherParser#propertyScope. enterPropertyScope(ctx) {} // Exit a parse tree produced by CypherParser#propertyScope. exitPropertyScope(ctx) {} // Enter a parse tree produced by CypherParser#showDatabase. enterShowDatabase(ctx) {} // Exit a parse tree produced by CypherParser#showDatabase. exitShowDatabase(ctx) {} // Enter a parse tree produced by CypherParser#createDatabase. enterCreateDatabase(ctx) {} // Exit a parse tree produced by CypherParser#createDatabase. exitCreateDatabase(ctx) {} // Enter a parse tree produced by CypherParser#dropDatabase. enterDropDatabase(ctx) {} // Exit a parse tree produced by CypherParser#dropDatabase. exitDropDatabase(ctx) {} // Enter a parse tree produced by CypherParser#startDatabase. enterStartDatabase(ctx) {} // Exit a parse tree produced by CypherParser#startDatabase. exitStartDatabase(ctx) {} // Enter a parse tree produced by CypherParser#stopDatabase. enterStopDatabase(ctx) {} // Exit a parse tree produced by CypherParser#stopDatabase. exitStopDatabase(ctx) {} // Enter a parse tree produced by CypherParser#ifNotExists. enterIfNotExists(ctx) {} // Exit a parse tree produced by CypherParser#ifNotExists. exitIfNotExists(ctx) {} // Enter a parse tree produced by CypherParser#ifExists. enterIfExists(ctx) {} // Exit a parse tree produced by CypherParser#ifExists. exitIfExists(ctx) {} // Enter a parse tree produced by CypherParser#orReplace. enterOrReplace(ctx) {} // Exit a parse tree produced by CypherParser#orReplace. exitOrReplace(ctx) {} // Enter a parse tree produced by CypherParser#setPassword. enterSetPassword(ctx) {} // Exit a parse tree produced by CypherParser#setPassword. exitSetPassword(ctx) {} // Enter a parse tree produced by CypherParser#passwordStatus. enterPasswordStatus(ctx) {} // Exit a parse tree produced by CypherParser#passwordStatus. exitPasswordStatus(ctx) {} // Enter a parse tree produced by CypherParser#setStatus. enterSetStatus(ctx) {} // Exit a parse tree produced by CypherParser#setStatus. exitSetStatus(ctx) {} // Enter a parse tree produced by CypherParser#userStatus. enterUserStatus(ctx) {} // Exit a parse tree produced by CypherParser#userStatus. exitUserStatus(ctx) {} // Enter a parse tree produced by CypherParser#createUniqueConstraint. enterCreateUniqueConstraint(ctx) {} // Exit a parse tree produced by CypherParser#createUniqueConstraint. exitCreateUniqueConstraint(ctx) {} // Enter a parse tree produced by CypherParser#createNodeKeyConstraint. enterCreateNodeKeyConstraint(ctx) {} // Exit a parse tree produced by CypherParser#createNodeKeyConstraint. exitCreateNodeKeyConstraint(ctx) {} // Enter a parse tree produced by CypherParser#createNodePropertyExistenceConstraint. enterCreateNodePropertyExistenceConstraint(ctx) {} // Exit a parse tree produced by CypherParser#createNodePropertyExistenceConstraint. exitCreateNodePropertyExistenceConstraint(ctx) {} // Enter a parse tree produced by CypherParser#createRelationshipPropertyExistenceConstraint. enterCreateRelationshipPropertyExistenceConstraint(ctx) {} // Exit a parse tree produced by CypherParser#createRelationshipPropertyExistenceConstraint. exitCreateRelationshipPropertyExistenceConstraint(ctx) {} // Enter a parse tree produced by CypherParser#createIndex. enterCreateIndex(ctx) {} // Exit a parse tree produced by CypherParser#createIndex. exitCreateIndex(ctx) {} // Enter a parse tree produced by CypherParser#dropUniqueConstraint. enterDropUniqueConstraint(ctx) {} // Exit a parse tree produced by CypherParser#dropUniqueConstraint. exitDropUniqueConstraint(ctx) {} // Enter a parse tree produced by CypherParser#dropNodeKeyConstraint. enterDropNodeKeyConstraint(ctx) {} // Exit a parse tree produced by CypherParser#dropNodeKeyConstraint. exitDropNodeKeyConstraint(ctx) {} // Enter a parse tree produced by CypherParser#dropNodePropertyExistenceConstraint. enterDropNodePropertyExistenceConstraint(ctx) {} // Exit a parse tree produced by CypherParser#dropNodePropertyExistenceConstraint. exitDropNodePropertyExistenceConstraint(ctx) {} // Enter a parse tree produced by CypherParser#dropRelationshipPropertyExistenceConstraint. enterDropRelationshipPropertyExistenceConstraint(ctx) {} // Exit a parse tree produced by CypherParser#dropRelationshipPropertyExistenceConstraint. exitDropRelationshipPropertyExistenceConstraint(ctx) {} // Enter a parse tree produced by CypherParser#dropIndex. enterDropIndex(ctx) {} // Exit a parse tree produced by CypherParser#dropIndex. exitDropIndex(ctx) {} // Enter a parse tree produced by CypherParser#index. enterIndex(ctx) {} // Exit a parse tree produced by CypherParser#index. exitIndex(ctx) {} // Enter a parse tree produced by CypherParser#uniqueConstraint. enterUniqueConstraint(ctx) {} // Exit a parse tree produced by CypherParser#uniqueConstraint. exitUniqueConstraint(ctx) {} // Enter a parse tree produced by CypherParser#nodeKeyConstraint. enterNodeKeyConstraint(ctx) {} // Exit a parse tree produced by CypherParser#nodeKeyConstraint. exitNodeKeyConstraint(ctx) {} // Enter a parse tree produced by CypherParser#nodePropertyExistenceConstraint. enterNodePropertyExistenceConstraint(ctx) {} // Exit a parse tree produced by CypherParser#nodePropertyExistenceConstraint. exitNodePropertyExistenceConstraint(ctx) {} // Enter a parse tree produced by CypherParser#relationshipPropertyExistenceConstraint. enterRelationshipPropertyExistenceConstraint(ctx) {} // Exit a parse tree produced by CypherParser#relationshipPropertyExistenceConstraint. exitRelationshipPropertyExistenceConstraint(ctx) {} // Enter a parse tree produced by CypherParser#relationshipPatternSyntax. enterRelationshipPatternSyntax(ctx) {} // Exit a parse tree produced by CypherParser#relationshipPatternSyntax. exitRelationshipPatternSyntax(ctx) {} // Enter a parse tree produced by CypherParser#loadCSVClause. enterLoadCSVClause(ctx) {} // Exit a parse tree produced by CypherParser#loadCSVClause. exitLoadCSVClause(ctx) {} // Enter a parse tree produced by CypherParser#matchClause. enterMatchClause(ctx) {} // Exit a parse tree produced by CypherParser#matchClause. exitMatchClause(ctx) {} // Enter a parse tree produced by CypherParser#unwindClause. enterUnwindClause(ctx) {} // Exit a parse tree produced by CypherParser#unwindClause. exitUnwindClause(ctx) {} // Enter a parse tree produced by CypherParser#mergeClause. enterMergeClause(ctx) {} // Exit a parse tree produced by CypherParser#mergeClause. exitMergeClause(ctx) {} // Enter a parse tree produced by CypherParser#mergeAction. enterMergeAction(ctx) {} // Exit a parse tree produced by CypherParser#mergeAction. exitMergeAction(ctx) {} // Enter a parse tree produced by CypherParser#createClause. enterCreateClause(ctx) {} // Exit a parse tree produced by CypherParser#createClause. exitCreateClause(ctx) {} // Enter a parse tree produced by CypherParser#createUniqueClause. enterCreateUniqueClause(ctx) {} // Exit a parse tree produced by CypherParser#createUniqueClause. exitCreateUniqueClause(ctx) {} // Enter a parse tree produced by CypherParser#setClause. enterSetClause(ctx) {} // Exit a parse tree produced by CypherParser#setClause. exitSetClause(ctx) {} // Enter a parse tree produced by CypherParser#setItem. enterSetItem(ctx) {} // Exit a parse tree produced by CypherParser#setItem. exitSetItem(ctx) {} // Enter a parse tree produced by CypherParser#deleteClause. enterDeleteClause(ctx) {} // Exit a parse tree produced by CypherParser#deleteClause. exitDeleteClause(ctx) {} // Enter a parse tree produced by CypherParser#removeClause. enterRemoveClause(ctx) {} // Exit a parse tree produced by CypherParser#removeClause. exitRemoveClause(ctx) {} // Enter a parse tree produced by CypherParser#removeItem. enterRemoveItem(ctx) {} // Exit a parse tree produced by CypherParser#removeItem. exitRemoveItem(ctx) {} // Enter a parse tree produced by CypherParser#foreachClause. enterForeachClause(ctx) {} // Exit a parse tree produced by CypherParser#foreachClause. exitForeachClause(ctx) {} // Enter a parse tree produced by CypherParser#withClause. enterWithClause(ctx) {} // Exit a parse tree produced by CypherParser#withClause. exitWithClause(ctx) {} // Enter a parse tree produced by CypherParser#returnClause. enterReturnClause(ctx) {} // Exit a parse tree produced by CypherParser#returnClause. exitReturnClause(ctx) {} // Enter a parse tree produced by CypherParser#returnBody. enterReturnBody(ctx) {} // Exit a parse tree produced by CypherParser#returnBody. exitReturnBody(ctx) {} // Enter a parse tree produced by CypherParser#func. enterFunc(ctx) {} // Exit a parse tree produced by CypherParser#func. exitFunc(ctx) {} // Enter a parse tree produced by CypherParser#returnItems. enterReturnItems(ctx) {} // Exit a parse tree produced by CypherParser#returnItems. exitReturnItems(ctx) {} // Enter a parse tree produced by CypherParser#returnItem. enterReturnItem(ctx) {} // Exit a parse tree produced by CypherParser#returnItem. exitReturnItem(ctx) {} // Enter a parse tree produced by CypherParser#call. enterCall(ctx) {} // Exit a parse tree produced by CypherParser#call. exitCall(ctx) {} // Enter a parse tree produced by CypherParser#procedureInvocation. enterProcedureInvocation(ctx) {} // Exit a parse tree produced by CypherParser#procedureInvocation. exitProcedureInvocation(ctx) {} // Enter a parse tree produced by CypherParser#procedureInvocationBody. enterProcedureInvocationBody(ctx) {} // Exit a parse tree produced by CypherParser#procedureInvocationBody. exitProcedureInvocationBody(ctx) {} // Enter a parse tree produced by CypherParser#procedureArguments. enterProcedureArguments(ctx) {} // Exit a parse tree produced by CypherParser#procedureArguments. exitProcedureArguments(ctx) {} // Enter a parse tree produced by CypherParser#procedureResults. enterProcedureResults(ctx) {} // Exit a parse tree produced by CypherParser#procedureResults. exitProcedureResults(ctx) {} // Enter a parse tree produced by CypherParser#procedureResult. enterProcedureResult(ctx) {} // Exit a parse tree produced by CypherParser#procedureResult. exitProcedureResult(ctx) {} // Enter a parse tree produced by CypherParser#aliasedProcedureResult. enterAliasedProcedureResult(ctx) {} // Exit a parse tree produced by CypherParser#aliasedProcedureResult. exitAliasedProcedureResult(ctx) {} // Enter a parse tree produced by CypherParser#simpleProcedureResult. enterSimpleProcedureResult(ctx) {} // Exit a parse tree produced by CypherParser#simpleProcedureResult. exitSimpleProcedureResult(ctx) {} // Enter a parse tree produced by CypherParser#procedureOutput. enterProcedureOutput(ctx) {} // Exit a parse tree produced by CypherParser#procedureOutput. exitProcedureOutput(ctx) {} // Enter a parse tree produced by CypherParser#order. enterOrder(ctx) {} // Exit a parse tree produced by CypherParser#order. exitOrder(ctx) {} // Enter a parse tree produced by CypherParser#skip. enterSkip(ctx) {} // Exit a parse tree produced by CypherParser#skip. exitSkip(ctx) {} // Enter a parse tree produced by CypherParser#limit. enterLimit(ctx) {} // Exit a parse tree produced by CypherParser#limit. exitLimit(ctx) {} // Enter a parse tree produced by CypherParser#sortItem. enterSortItem(ctx) {} // Exit a parse tree produced by CypherParser#sortItem. exitSortItem(ctx) {} // Enter a parse tree produced by CypherParser#hint. enterHint(ctx) {} // Exit a parse tree produced by CypherParser#hint. exitHint(ctx) {} // Enter a parse tree produced by CypherParser#startClause. enterStartClause(ctx) {} // Exit a parse tree produced by CypherParser#startClause. exitStartClause(ctx) {} // Enter a parse tree produced by CypherParser#startPoint. enterStartPoint(ctx) {} // Exit a parse tree produced by CypherParser#startPoint. exitStartPoint(ctx) {} // Enter a parse tree produced by CypherParser#lookup. enterLookup(ctx) {} // Exit a parse tree produced by CypherParser#lookup. exitLookup(ctx) {} // Enter a parse tree produced by CypherParser#nodeLookup. enterNodeLookup(ctx) {} // Exit a parse tree produced by CypherParser#nodeLookup. exitNodeLookup(ctx) {} // Enter a parse tree produced by CypherParser#relationshipLookup. enterRelationshipLookup(ctx) {} // Exit a parse tree produced by CypherParser#relationshipLookup. exitRelationshipLookup(ctx) {} // Enter a parse tree produced by CypherParser#identifiedIndexLookup. enterIdentifiedIndexLookup(ctx) {} // Exit a parse tree produced by CypherParser#identifiedIndexLookup. exitIdentifiedIndexLookup(ctx) {} // Enter a parse tree produced by CypherParser#indexQuery. enterIndexQuery(ctx) {} // Exit a parse tree produced by CypherParser#indexQuery. exitIndexQuery(ctx) {} // Enter a parse tree produced by CypherParser#idLookup. enterIdLookup(ctx) {} // Exit a parse tree produced by CypherParser#idLookup. exitIdLookup(ctx) {} // Enter a parse tree produced by CypherParser#literalIds. enterLiteralIds(ctx) {} // Exit a parse tree produced by CypherParser#literalIds. exitLiteralIds(ctx) {} // Enter a parse tree produced by CypherParser#where. enterWhere(ctx) {} // Exit a parse tree produced by CypherParser#where. exitWhere(ctx) {} // Enter a parse tree produced by CypherParser#pattern. enterPattern(ctx) {} // Exit a parse tree produced by CypherParser#pattern. exitPattern(ctx) {} // Enter a parse tree produced by CypherParser#patternPart. enterPatternPart(ctx) {} // Exit a parse tree produced by CypherParser#patternPart. exitPatternPart(ctx) {} // Enter a parse tree produced by CypherParser#anonymousPatternPart. enterAnonymousPatternPart(ctx) {} // Exit a parse tree produced by CypherParser#anonymousPatternPart. exitAnonymousPatternPart(ctx) {} // Enter a parse tree produced by CypherParser#patternElement. enterPatternElement(ctx) {} // Exit a parse tree produced by CypherParser#patternElement. exitPatternElement(ctx) {} // Enter a parse tree produced by CypherParser#nodePattern. enterNodePattern(ctx) {} // Exit a parse tree produced by CypherParser#nodePattern. exitNodePattern(ctx) {} // Enter a parse tree produced by CypherParser#patternElementChain. enterPatternElementChain(ctx) {} // Exit a parse tree produced by CypherParser#patternElementChain. exitPatternElementChain(ctx) {} // Enter a parse tree produced by CypherParser#relationshipPattern. enterRelationshipPattern(ctx) {} // Exit a parse tree produced by CypherParser#relationshipPattern. exitRelationshipPattern(ctx) {} // Enter a parse tree produced by CypherParser#relationshipPatternStart. enterRelationshipPatternStart(ctx) {} // Exit a parse tree produced by CypherParser#relationshipPatternStart. exitRelationshipPatternStart(ctx) {} // Enter a parse tree produced by CypherParser#relationshipPatternEnd. enterRelationshipPatternEnd(ctx) {} // Exit a parse tree produced by CypherParser#relationshipPatternEnd. exitRelationshipPatternEnd(ctx) {} // Enter a parse tree produced by CypherParser#relationshipDetail. enterRelationshipDetail(ctx) {} // Exit a parse tree produced by CypherParser#relationshipDetail. exitRelationshipDetail(ctx) {} // Enter a parse tree produced by CypherParser#properties. enterProperties(ctx) {} // Exit a parse tree produced by CypherParser#properties. exitProperties(ctx) {} // Enter a parse tree produced by CypherParser#relType. enterRelType(ctx) {} // Exit a parse tree produced by CypherParser#relType. exitRelType(ctx) {} // Enter a parse tree produced by CypherParser#relationshipTypes. enterRelationshipTypes(ctx) {} // Exit a parse tree produced by CypherParser#relationshipTypes. exitRelationshipTypes(ctx) {} // Enter a parse tree produced by CypherParser#relationshipType. enterRelationshipType(ctx) {} // Exit a parse tree produced by CypherParser#relationshipType. exitRelationshipType(ctx) {} // Enter a parse tree produced by CypherParser#relationshipTypeOptionalColon. enterRelationshipTypeOptionalColon(ctx) {} // Exit a parse tree produced by CypherParser#relationshipTypeOptionalColon. exitRelationshipTypeOptionalColon(ctx) {} // Enter a parse tree produced by CypherParser#nodeLabels. enterNodeLabels(ctx) {} // Exit a parse tree produced by CypherParser#nodeLabels. exitNodeLabels(ctx) {} // Enter a parse tree produced by CypherParser#nodeLabel. enterNodeLabel(ctx) {} // Exit a parse tree produced by CypherParser#nodeLabel. exitNodeLabel(ctx) {} // Enter a parse tree produced by CypherParser#rangeLiteral. enterRangeLiteral(ctx) {} // Exit a parse tree produced by CypherParser#rangeLiteral. exitRangeLiteral(ctx) {} // Enter a parse tree produced by CypherParser#labelName. enterLabelName(ctx) {} // Exit a parse tree produced by CypherParser#labelName. exitLabelName(ctx) {} // Enter a parse tree produced by CypherParser#relTypeName. enterRelTypeName(ctx) {} // Exit a parse tree produced by CypherParser#relTypeName. exitRelTypeName(ctx) {} // Enter a parse tree produced by CypherParser#expression. enterExpression(ctx) {} // Exit a parse tree produced by CypherParser#expression. exitExpression(ctx) {} // Enter a parse tree produced by CypherParser#orExpression. enterOrExpression(ctx) {} // Exit a parse tree produced by CypherParser#orExpression. exitOrExpression(ctx) {} // Enter a parse tree produced by CypherParser#xorExpression. enterXorExpression(ctx) {} // Exit a parse tree produced by CypherParser#xorExpression. exitXorExpression(ctx) {} // Enter a parse tree produced by CypherParser#andExpression. enterAndExpression(ctx) {} // Exit a parse tree produced by CypherParser#andExpression. exitAndExpression(ctx) {} // Enter a parse tree produced by CypherParser#notExpression. enterNotExpression(ctx) {} // Exit a parse tree produced by CypherParser#notExpression. exitNotExpression(ctx) {} // Enter a parse tree produced by CypherParser#comparisonExpression. enterComparisonExpression(ctx) {} // Exit a parse tree produced by CypherParser#comparisonExpression. exitComparisonExpression(ctx) {} // Enter a parse tree produced by CypherParser#addOrSubtractExpression. enterAddOrSubtractExpression(ctx) {} // Exit a parse tree produced by CypherParser#addOrSubtractExpression. exitAddOrSubtractExpression(ctx) {} // Enter a parse tree produced by CypherParser#multiplyDivideModuloExpression. enterMultiplyDivideModuloExpression(ctx) {} // Exit a parse tree produced by CypherParser#multiplyDivideModuloExpression. exitMultiplyDivideModuloExpression(ctx) {} // Enter a parse tree produced by CypherParser#powerOfExpression. enterPowerOfExpression(ctx) {} // Exit a parse tree produced by CypherParser#powerOfExpression. exitPowerOfExpression(ctx) {} // Enter a parse tree produced by CypherParser#unaryAddOrSubtractExpression. enterUnaryAddOrSubtractExpression(ctx) {} // Exit a parse tree produced by CypherParser#unaryAddOrSubtractExpression. exitUnaryAddOrSubtractExpression(ctx) {} // Enter a parse tree produced by CypherParser#stringListNullOperatorExpression. enterStringListNullOperatorExpression(ctx) {} // Exit a parse tree produced by CypherParser#stringListNullOperatorExpression. exitStringListNullOperatorExpression(ctx) {} // Enter a parse tree produced by CypherParser#propertyOrLabelsExpression. enterPropertyOrLabelsExpression(ctx) {} // Exit a parse tree produced by CypherParser#propertyOrLabelsExpression. exitPropertyOrLabelsExpression(ctx) {} // Enter a parse tree produced by CypherParser#filterFunction. enterFilterFunction(ctx) {} // Exit a parse tree produced by CypherParser#filterFunction. exitFilterFunction(ctx) {} // Enter a parse tree produced by CypherParser#filterFunctionName. enterFilterFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#filterFunctionName. exitFilterFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#existsFunction. enterExistsFunction(ctx) {} // Exit a parse tree produced by CypherParser#existsFunction. exitExistsFunction(ctx) {} // Enter a parse tree produced by CypherParser#existsFunctionName. enterExistsFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#existsFunctionName. exitExistsFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#allFunction. enterAllFunction(ctx) {} // Exit a parse tree produced by CypherParser#allFunction. exitAllFunction(ctx) {} // Enter a parse tree produced by CypherParser#allFunctionName. enterAllFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#allFunctionName. exitAllFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#anyFunction. enterAnyFunction(ctx) {} // Exit a parse tree produced by CypherParser#anyFunction. exitAnyFunction(ctx) {} // Enter a parse tree produced by CypherParser#anyFunctionName. enterAnyFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#anyFunctionName. exitAnyFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#noneFunction. enterNoneFunction(ctx) {} // Exit a parse tree produced by CypherParser#noneFunction. exitNoneFunction(ctx) {} // Enter a parse tree produced by CypherParser#noneFunctionName. enterNoneFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#noneFunctionName. exitNoneFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#singleFunction. enterSingleFunction(ctx) {} // Exit a parse tree produced by CypherParser#singleFunction. exitSingleFunction(ctx) {} // Enter a parse tree produced by CypherParser#singleFunctionName. enterSingleFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#singleFunctionName. exitSingleFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#extractFunction. enterExtractFunction(ctx) {} // Exit a parse tree produced by CypherParser#extractFunction. exitExtractFunction(ctx) {} // Enter a parse tree produced by CypherParser#extractFunctionName. enterExtractFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#extractFunctionName. exitExtractFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#reduceFunction. enterReduceFunction(ctx) {} // Exit a parse tree produced by CypherParser#reduceFunction. exitReduceFunction(ctx) {} // Enter a parse tree produced by CypherParser#reduceFunctionName. enterReduceFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#reduceFunctionName. exitReduceFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#shortestPathPatternFunction. enterShortestPathPatternFunction(ctx) {} // Exit a parse tree produced by CypherParser#shortestPathPatternFunction. exitShortestPathPatternFunction(ctx) {} // Enter a parse tree produced by CypherParser#shortestPathFunctionName. enterShortestPathFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#shortestPathFunctionName. exitShortestPathFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#allShortestPathFunctionName. enterAllShortestPathFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#allShortestPathFunctionName. exitAllShortestPathFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#atom. enterAtom(ctx) {} // Exit a parse tree produced by CypherParser#atom. exitAtom(ctx) {} // Enter a parse tree produced by CypherParser#literal. enterLiteral(ctx) {} // Exit a parse tree produced by CypherParser#literal. exitLiteral(ctx) {} // Enter a parse tree produced by CypherParser#stringLiteral. enterStringLiteral(ctx) {} // Exit a parse tree produced by CypherParser#stringLiteral. exitStringLiteral(ctx) {} // Enter a parse tree produced by CypherParser#booleanLiteral. enterBooleanLiteral(ctx) {} // Exit a parse tree produced by CypherParser#booleanLiteral. exitBooleanLiteral(ctx) {} // Enter a parse tree produced by CypherParser#listLiteral. enterListLiteral(ctx) {} // Exit a parse tree produced by CypherParser#listLiteral. exitListLiteral(ctx) {} // Enter a parse tree produced by CypherParser#partialComparisonExpression. enterPartialComparisonExpression(ctx) {} // Exit a parse tree produced by CypherParser#partialComparisonExpression. exitPartialComparisonExpression(ctx) {} // Enter a parse tree produced by CypherParser#parenthesizedExpression. enterParenthesizedExpression(ctx) {} // Exit a parse tree produced by CypherParser#parenthesizedExpression. exitParenthesizedExpression(ctx) {} // Enter a parse tree produced by CypherParser#relationshipsPattern. enterRelationshipsPattern(ctx) {} // Exit a parse tree produced by CypherParser#relationshipsPattern. exitRelationshipsPattern(ctx) {} // Enter a parse tree produced by CypherParser#filterExpression. enterFilterExpression(ctx) {} // Exit a parse tree produced by CypherParser#filterExpression. exitFilterExpression(ctx) {} // Enter a parse tree produced by CypherParser#idInColl. enterIdInColl(ctx) {} // Exit a parse tree produced by CypherParser#idInColl. exitIdInColl(ctx) {} // Enter a parse tree produced by CypherParser#functionInvocation. enterFunctionInvocation(ctx) {} // Exit a parse tree produced by CypherParser#functionInvocation. exitFunctionInvocation(ctx) {} // Enter a parse tree produced by CypherParser#functionInvocationBody. enterFunctionInvocationBody(ctx) {} // Exit a parse tree produced by CypherParser#functionInvocationBody. exitFunctionInvocationBody(ctx) {} // Enter a parse tree produced by CypherParser#functionName. enterFunctionName(ctx) {} // Exit a parse tree produced by CypherParser#functionName. exitFunctionName(ctx) {} // Enter a parse tree produced by CypherParser#procedureName. enterProcedureName(ctx) {} // Exit a parse tree produced by CypherParser#procedureName. exitProcedureName(ctx) {} // Enter a parse tree produced by CypherParser#listComprehension. enterListComprehension(ctx) {} // Exit a parse tree produced by CypherParser#listComprehension. exitListComprehension(ctx) {} // Enter a parse tree produced by CypherParser#patternComprehension. enterPatternComprehension(ctx) {} // Exit a parse tree produced by CypherParser#patternComprehension. exitPatternComprehension(ctx) {} // Enter a parse tree produced by CypherParser#propertyLookup. enterPropertyLookup(ctx) {} // Exit a parse tree produced by CypherParser#propertyLookup. exitPropertyLookup(ctx) {} // Enter a parse tree produced by CypherParser#caseExpression. enterCaseExpression(ctx) {} // Exit a parse tree produced by CypherParser#caseExpression. exitCaseExpression(ctx) {} // Enter a parse tree produced by CypherParser#caseAlternatives. enterCaseAlternatives(ctx) {} // Exit a parse tree produced by CypherParser#caseAlternatives. exitCaseAlternatives(ctx) {} // Enter a parse tree produced by CypherParser#variable. enterVariable(ctx) {} // Exit a parse tree produced by CypherParser#variable. exitVariable(ctx) {} // Enter a parse tree produced by CypherParser#numberLiteral. enterNumberLiteral(ctx) {} // Exit a parse tree produced by CypherParser#numberLiteral. exitNumberLiteral(ctx) {} // Enter a parse tree produced by CypherParser#mapLiteral. enterMapLiteral(ctx) {} // Exit a parse tree produced by CypherParser#mapLiteral. exitMapLiteral(ctx) {} // Enter a parse tree produced by CypherParser#mapProjection. enterMapProjection(ctx) {} // Exit a parse tree produced by CypherParser#mapProjection. exitMapProjection(ctx) {} // Enter a parse tree produced by CypherParser#mapProjectionVariants. enterMapProjectionVariants(ctx) {} // Exit a parse tree produced by CypherParser#mapProjectionVariants. exitMapProjectionVariants(ctx) {} // Enter a parse tree produced by CypherParser#literalEntry. enterLiteralEntry(ctx) {} // Exit a parse tree produced by CypherParser#literalEntry. exitLiteralEntry(ctx) {} // Enter a parse tree produced by CypherParser#propertySelector. enterPropertySelector(ctx) {} // Exit a parse tree produced by CypherParser#propertySelector. exitPropertySelector(ctx) {} // Enter a parse tree produced by CypherParser#variableSelector. enterVariableSelector(ctx) {} // Exit a parse tree produced by CypherParser#variableSelector. exitVariableSelector(ctx) {} // Enter a parse tree produced by CypherParser#allPropertiesSelector. enterAllPropertiesSelector(ctx) {} // Exit a parse tree produced by CypherParser#allPropertiesSelector. exitAllPropertiesSelector(ctx) {} // Enter a parse tree produced by CypherParser#parameter. enterParameter(ctx) {} // Exit a parse tree produced by CypherParser#parameter. exitParameter(ctx) {} // Enter a parse tree produced by CypherParser#legacyParameter. enterLegacyParameter(ctx) {} // Exit a parse tree produced by CypherParser#legacyParameter. exitLegacyParameter(ctx) {} // Enter a parse tree produced by CypherParser#newParameter. enterNewParameter(ctx) {} // Exit a parse tree produced by CypherParser#newParameter. exitNewParameter(ctx) {} // Enter a parse tree produced by CypherParser#parameterName. enterParameterName(ctx) {} // Exit a parse tree produced by CypherParser#parameterName. exitParameterName(ctx) {} // Enter a parse tree produced by CypherParser#propertyExpressions. enterPropertyExpressions(ctx) {} // Exit a parse tree produced by CypherParser#propertyExpressions. exitPropertyExpressions(ctx) {} // Enter a parse tree produced by CypherParser#propertyExpression. enterPropertyExpression(ctx) {} // Exit a parse tree produced by CypherParser#propertyExpression. exitPropertyExpression(ctx) {} // Enter a parse tree produced by CypherParser#propertyKeys. enterPropertyKeys(ctx) {} // Exit a parse tree produced by CypherParser#propertyKeys. exitPropertyKeys(ctx) {} // Enter a parse tree produced by CypherParser#propertyKeyName. enterPropertyKeyName(ctx) {} // Exit a parse tree produced by CypherParser#propertyKeyName. exitPropertyKeyName(ctx) {} // Enter a parse tree produced by CypherParser#integerLiteral. enterIntegerLiteral(ctx) {} // Exit a parse tree produced by CypherParser#integerLiteral. exitIntegerLiteral(ctx) {} // Enter a parse tree produced by CypherParser#doubleLiteral. enterDoubleLiteral(ctx) {} // Exit a parse tree produced by CypherParser#doubleLiteral. exitDoubleLiteral(ctx) {} // Enter a parse tree produced by CypherParser#namespace. enterNamespace(ctx) {} // Exit a parse tree produced by CypherParser#namespace. exitNamespace(ctx) {} // Enter a parse tree produced by CypherParser#leftArrowHead. enterLeftArrowHead(ctx) {} // Exit a parse tree produced by CypherParser#leftArrowHead. exitLeftArrowHead(ctx) {} // Enter a parse tree produced by CypherParser#rightArrowHead. enterRightArrowHead(ctx) {} // Exit a parse tree produced by CypherParser#rightArrowHead. exitRightArrowHead(ctx) {} // Enter a parse tree produced by CypherParser#dash. enterDash(ctx) {} // Exit a parse tree produced by CypherParser#dash. exitDash(ctx) {} // Enter a parse tree produced by CypherParser#symbolicName. enterSymbolicName(ctx) {} // Exit a parse tree produced by CypherParser#symbolicName. exitSymbolicName(ctx) {} // Enter a parse tree produced by CypherParser#keyword. enterKeyword(ctx) {} // Exit a parse tree produced by CypherParser#keyword. exitKeyword(ctx) {} } exports.default = CypherListener;