All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.driver-cqld3-shaded.4.15.90.source-code.CqlParserBaseListener Maven / Gradle / Ivy

// Generated from CqlParser.g4 by ANTLR 4.9.2
package io.nosqlbench.generators.cql.generated;

import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;

/**
 * This class provides an empty implementation of {@link CqlParserListener},
 * which can be extended to create a listener which only needs to handle a subset
 * of the available methods.
 */
public class CqlParserBaseListener implements CqlParserListener {
	/**
	 * {@inheritDoc}
	 *
	 * 

The default implementation does nothing.

*/ @Override public void enterRoot(CqlParser.RootContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRoot(CqlParser.RootContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCqls(CqlParser.CqlsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCqls(CqlParser.CqlsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterStatementSeparator(CqlParser.StatementSeparatorContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitStatementSeparator(CqlParser.StatementSeparatorContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEmpty(CqlParser.EmptyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEmpty(CqlParser.EmptyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCql(CqlParser.CqlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCql(CqlParser.CqlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRevoke(CqlParser.RevokeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRevoke(CqlParser.RevokeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterListUsers(CqlParser.ListUsersContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitListUsers(CqlParser.ListUsersContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterListRoles(CqlParser.ListRolesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitListRoles(CqlParser.ListRolesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterListPermissions(CqlParser.ListPermissionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitListPermissions(CqlParser.ListPermissionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterGrant(CqlParser.GrantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitGrant(CqlParser.GrantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPriviledge(CqlParser.PriviledgeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPriviledge(CqlParser.PriviledgeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterResource(CqlParser.ResourceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitResource(CqlParser.ResourceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateUser(CqlParser.CreateUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateUser(CqlParser.CreateUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateRole(CqlParser.CreateRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateRole(CqlParser.CreateRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateType(CqlParser.CreateTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateType(CqlParser.CreateTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTypeMemberColumnList(CqlParser.TypeMemberColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTypeMemberColumnList(CqlParser.TypeMemberColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateTrigger(CqlParser.CreateTriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateTrigger(CqlParser.CreateTriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateMaterializedView(CqlParser.CreateMaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateMaterializedView(CqlParser.CreateMaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMaterializedViewWhere(CqlParser.MaterializedViewWhereContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMaterializedViewWhere(CqlParser.MaterializedViewWhereContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumnNotNullList(CqlParser.ColumnNotNullListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumnNotNullList(CqlParser.ColumnNotNullListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumnNotNull(CqlParser.ColumnNotNullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumnNotNull(CqlParser.ColumnNotNullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMaterializedViewOptions(CqlParser.MaterializedViewOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMaterializedViewOptions(CqlParser.MaterializedViewOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateKeyspace(CqlParser.CreateKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateKeyspace(CqlParser.CreateKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateFunction(CqlParser.CreateFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateFunction(CqlParser.CreateFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCodeBlock(CqlParser.CodeBlockContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCodeBlock(CqlParser.CodeBlockContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParamList(CqlParser.ParamListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParamList(CqlParser.ParamListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterReturnMode(CqlParser.ReturnModeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitReturnMode(CqlParser.ReturnModeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateAggregate(CqlParser.CreateAggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateAggregate(CqlParser.CreateAggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInitCondDefinition(CqlParser.InitCondDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInitCondDefinition(CqlParser.InitCondDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInitCondHash(CqlParser.InitCondHashContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInitCondHash(CqlParser.InitCondHashContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInitCondHashItem(CqlParser.InitCondHashItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInitCondHashItem(CqlParser.InitCondHashItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInitCondListNested(CqlParser.InitCondListNestedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInitCondListNested(CqlParser.InitCondListNestedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInitCondList(CqlParser.InitCondListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInitCondList(CqlParser.InitCondListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrReplace(CqlParser.OrReplaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrReplace(CqlParser.OrReplaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterUser(CqlParser.AlterUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterUser(CqlParser.AlterUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUserPassword(CqlParser.UserPasswordContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUserPassword(CqlParser.UserPasswordContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUserSuperUser(CqlParser.UserSuperUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUserSuperUser(CqlParser.UserSuperUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterType(CqlParser.AlterTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterType(CqlParser.AlterTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTypeOperation(CqlParser.AlterTypeOperationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTypeOperation(CqlParser.AlterTypeOperationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTypeRename(CqlParser.AlterTypeRenameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTypeRename(CqlParser.AlterTypeRenameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTypeRenameList(CqlParser.AlterTypeRenameListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTypeRenameList(CqlParser.AlterTypeRenameListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTypeRenameItem(CqlParser.AlterTypeRenameItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTypeRenameItem(CqlParser.AlterTypeRenameItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTypeAdd(CqlParser.AlterTypeAddContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTypeAdd(CqlParser.AlterTypeAddContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTypeAlterType(CqlParser.AlterTypeAlterTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTypeAlterType(CqlParser.AlterTypeAlterTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTable(CqlParser.AlterTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTable(CqlParser.AlterTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableOperation(CqlParser.AlterTableOperationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableOperation(CqlParser.AlterTableOperationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableWith(CqlParser.AlterTableWithContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableWith(CqlParser.AlterTableWithContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableRename(CqlParser.AlterTableRenameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableRename(CqlParser.AlterTableRenameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableDropCompactStorage(CqlParser.AlterTableDropCompactStorageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableDropCompactStorage(CqlParser.AlterTableDropCompactStorageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableDropColumns(CqlParser.AlterTableDropColumnsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableDropColumns(CqlParser.AlterTableDropColumnsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableDropColumnList(CqlParser.AlterTableDropColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableDropColumnList(CqlParser.AlterTableDropColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableAdd(CqlParser.AlterTableAddContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableAdd(CqlParser.AlterTableAddContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterTableColumnDefinition(CqlParser.AlterTableColumnDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterTableColumnDefinition(CqlParser.AlterTableColumnDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterRole(CqlParser.AlterRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterRole(CqlParser.AlterRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRoleWith(CqlParser.RoleWithContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRoleWith(CqlParser.RoleWithContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRoleWithOptions(CqlParser.RoleWithOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRoleWithOptions(CqlParser.RoleWithOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterMaterializedView(CqlParser.AlterMaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterMaterializedView(CqlParser.AlterMaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropUser(CqlParser.DropUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropUser(CqlParser.DropUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropType(CqlParser.DropTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropType(CqlParser.DropTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropMaterializedView(CqlParser.DropMaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropMaterializedView(CqlParser.DropMaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropAggregate(CqlParser.DropAggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropAggregate(CqlParser.DropAggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropFunction(CqlParser.DropFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropFunction(CqlParser.DropFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropTrigger(CqlParser.DropTriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropTrigger(CqlParser.DropTriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropRole(CqlParser.DropRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropRole(CqlParser.DropRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropTable(CqlParser.DropTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropTable(CqlParser.DropTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropKeyspace(CqlParser.DropKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropKeyspace(CqlParser.DropKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDropIndex(CqlParser.DropIndexContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDropIndex(CqlParser.DropIndexContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateTable(CqlParser.CreateTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateTable(CqlParser.CreateTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWithElement(CqlParser.WithElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWithElement(CqlParser.WithElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterClusteringOrder(CqlParser.ClusteringOrderContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitClusteringOrder(CqlParser.ClusteringOrderContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTableOptions(CqlParser.TableOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTableOptions(CqlParser.TableOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTableOptionItem(CqlParser.TableOptionItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTableOptionItem(CqlParser.TableOptionItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTableOptionName(CqlParser.TableOptionNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTableOptionName(CqlParser.TableOptionNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTableOptionValue(CqlParser.TableOptionValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTableOptionValue(CqlParser.TableOptionValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOptionHash(CqlParser.OptionHashContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOptionHash(CqlParser.OptionHashContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOptionHashItem(CqlParser.OptionHashItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOptionHashItem(CqlParser.OptionHashItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOptionHashKey(CqlParser.OptionHashKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOptionHashKey(CqlParser.OptionHashKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOptionHashValue(CqlParser.OptionHashValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOptionHashValue(CqlParser.OptionHashValueContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumnDefinitionList(CqlParser.ColumnDefinitionListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumnDefinitionList(CqlParser.ColumnDefinitionListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumnDefinition(CqlParser.ColumnDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumnDefinition(CqlParser.ColumnDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPrimaryKeyColumn(CqlParser.PrimaryKeyColumnContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPrimaryKeyColumn(CqlParser.PrimaryKeyColumnContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPrimaryKeyElement(CqlParser.PrimaryKeyElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPrimaryKeyElement(CqlParser.PrimaryKeyElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPrimaryKeyDefinition(CqlParser.PrimaryKeyDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPrimaryKeyDefinition(CqlParser.PrimaryKeyDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSinglePrimaryKey(CqlParser.SinglePrimaryKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSinglePrimaryKey(CqlParser.SinglePrimaryKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCompoundKey(CqlParser.CompoundKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCompoundKey(CqlParser.CompoundKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCompositeKey(CqlParser.CompositeKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCompositeKey(CqlParser.CompositeKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPartitionKeyList(CqlParser.PartitionKeyListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPartitionKeyList(CqlParser.PartitionKeyListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterClusteringKeyList(CqlParser.ClusteringKeyListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitClusteringKeyList(CqlParser.ClusteringKeyListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPartitionKey(CqlParser.PartitionKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPartitionKey(CqlParser.PartitionKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterClusteringKey(CqlParser.ClusteringKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitClusteringKey(CqlParser.ClusteringKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterApplyBatch(CqlParser.ApplyBatchContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitApplyBatch(CqlParser.ApplyBatchContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterBeginBatch(CqlParser.BeginBatchContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitBeginBatch(CqlParser.BeginBatchContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterBatchType(CqlParser.BatchTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitBatchType(CqlParser.BatchTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAlterKeyspace(CqlParser.AlterKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAlterKeyspace(CqlParser.AlterKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterReplicationList(CqlParser.ReplicationListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitReplicationList(CqlParser.ReplicationListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterReplicationListItem(CqlParser.ReplicationListItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitReplicationListItem(CqlParser.ReplicationListItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDurableWrites(CqlParser.DurableWritesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDurableWrites(CqlParser.DurableWritesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUse(CqlParser.UseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUse(CqlParser.UseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTruncate(CqlParser.TruncateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTruncate(CqlParser.TruncateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterCreateIndex(CqlParser.CreateIndexContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitCreateIndex(CqlParser.CreateIndexContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIndexName(CqlParser.IndexNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIndexName(CqlParser.IndexNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIndexColumnSpec(CqlParser.IndexColumnSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIndexColumnSpec(CqlParser.IndexColumnSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIndexKeysSpec(CqlParser.IndexKeysSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIndexKeysSpec(CqlParser.IndexKeysSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIndexEntriesSSpec(CqlParser.IndexEntriesSSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIndexEntriesSSpec(CqlParser.IndexEntriesSSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIndexFullSpec(CqlParser.IndexFullSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIndexFullSpec(CqlParser.IndexFullSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDelete(CqlParser.DeleteContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDelete(CqlParser.DeleteContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDeleteColumnList(CqlParser.DeleteColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDeleteColumnList(CqlParser.DeleteColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDeleteColumnItem(CqlParser.DeleteColumnItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDeleteColumnItem(CqlParser.DeleteColumnItemContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUpdate(CqlParser.UpdateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUpdate(CqlParser.UpdateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIfSpec(CqlParser.IfSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIfSpec(CqlParser.IfSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIfConditionList(CqlParser.IfConditionListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIfConditionList(CqlParser.IfConditionListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIfCondition(CqlParser.IfConditionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIfCondition(CqlParser.IfConditionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssignments(CqlParser.AssignmentsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssignments(CqlParser.AssignmentsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssignmentElement(CqlParser.AssignmentElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssignmentElement(CqlParser.AssignmentElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssignmentSet(CqlParser.AssignmentSetContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssignmentSet(CqlParser.AssignmentSetContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssignmentMap(CqlParser.AssignmentMapContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssignmentMap(CqlParser.AssignmentMapContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssignmentList(CqlParser.AssignmentListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssignmentList(CqlParser.AssignmentListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAssignmentTuple(CqlParser.AssignmentTupleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAssignmentTuple(CqlParser.AssignmentTupleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInsert(CqlParser.InsertContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInsert(CqlParser.InsertContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUsingTtlTimestamp(CqlParser.UsingTtlTimestampContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUsingTtlTimestamp(CqlParser.UsingTtlTimestampContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTimestamp(CqlParser.TimestampContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTimestamp(CqlParser.TimestampContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTtl(CqlParser.TtlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTtl(CqlParser.TtlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUsingTimestampSpec(CqlParser.UsingTimestampSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUsingTimestampSpec(CqlParser.UsingTimestampSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIfNotExist(CqlParser.IfNotExistContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIfNotExist(CqlParser.IfNotExistContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterIfExist(CqlParser.IfExistContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitIfExist(CqlParser.IfExistContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInsertValuesSpec(CqlParser.InsertValuesSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInsertValuesSpec(CqlParser.InsertValuesSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterInsertColumnSpec(CqlParser.InsertColumnSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitInsertColumnSpec(CqlParser.InsertColumnSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumnList(CqlParser.ColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumnList(CqlParser.ColumnListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterExpressionList(CqlParser.ExpressionListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitExpressionList(CqlParser.ExpressionListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterExpression(CqlParser.ExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitExpression(CqlParser.ExpressionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelect(CqlParser.SelectContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelect(CqlParser.SelectContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAllowFilteringSpec(CqlParser.AllowFilteringSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAllowFilteringSpec(CqlParser.AllowFilteringSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLimitSpec(CqlParser.LimitSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLimitSpec(CqlParser.LimitSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromSpec(CqlParser.FromSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromSpec(CqlParser.FromSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFromSpecElement(CqlParser.FromSpecElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFromSpecElement(CqlParser.FromSpecElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrderSpec(CqlParser.OrderSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrderSpec(CqlParser.OrderSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrderSpecElement(CqlParser.OrderSpecElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrderSpecElement(CqlParser.OrderSpecElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterWhereSpec(CqlParser.WhereSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitWhereSpec(CqlParser.WhereSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDistinctSpec(CqlParser.DistinctSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDistinctSpec(CqlParser.DistinctSpecContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelectElements(CqlParser.SelectElementsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelectElements(CqlParser.SelectElementsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSelectElement(CqlParser.SelectElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSelectElement(CqlParser.SelectElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRelationElements(CqlParser.RelationElementsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRelationElements(CqlParser.RelationElementsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRelationElement(CqlParser.RelationElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRelationElement(CqlParser.RelationElementContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRelalationContains(CqlParser.RelalationContainsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRelalationContains(CqlParser.RelalationContainsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRelalationContainsKey(CqlParser.RelalationContainsKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRelalationContainsKey(CqlParser.RelalationContainsKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFunctionCall(CqlParser.FunctionCallContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFunctionCall(CqlParser.FunctionCallContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFunctionArgs(CqlParser.FunctionArgsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFunctionArgs(CqlParser.FunctionArgsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterConstant(CqlParser.ConstantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitConstant(CqlParser.ConstantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDecimalLiteral(CqlParser.DecimalLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDecimalLiteral(CqlParser.DecimalLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFloatLiteral(CqlParser.FloatLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFloatLiteral(CqlParser.FloatLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterStringLiteral(CqlParser.StringLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitStringLiteral(CqlParser.StringLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterBooleanLiteral(CqlParser.BooleanLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitBooleanLiteral(CqlParser.BooleanLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHexadecimalLiteral(CqlParser.HexadecimalLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHexadecimalLiteral(CqlParser.HexadecimalLiteralContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKeyspace(CqlParser.KeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKeyspace(CqlParser.KeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTable(CqlParser.TableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTable(CqlParser.TableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterColumn(CqlParser.ColumnContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitColumn(CqlParser.ColumnContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDataType(CqlParser.DataTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDataType(CqlParser.DataTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDataTypeName(CqlParser.DataTypeNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDataTypeName(CqlParser.DataTypeNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterDataTypeDefinition(CqlParser.DataTypeDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitDataTypeDefinition(CqlParser.DataTypeDefinitionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterOrderDirection(CqlParser.OrderDirectionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitOrderDirection(CqlParser.OrderDirectionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterRole(CqlParser.RoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitRole(CqlParser.RoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTrigger(CqlParser.TriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTrigger(CqlParser.TriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterTriggerClass(CqlParser.TriggerClassContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitTriggerClass(CqlParser.TriggerClassContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterMaterializedView(CqlParser.MaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitMaterializedView(CqlParser.MaterializedViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterType(CqlParser.TypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitType(CqlParser.TypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterAggregate(CqlParser.AggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitAggregate(CqlParser.AggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterFunction(CqlParser.FunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitFunction(CqlParser.FunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterLanguage(CqlParser.LanguageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitLanguage(CqlParser.LanguageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterUser(CqlParser.UserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitUser(CqlParser.UserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterPassword(CqlParser.PasswordContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitPassword(CqlParser.PasswordContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterHashKey(CqlParser.HashKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitHashKey(CqlParser.HashKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParam(CqlParser.ParamContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParam(CqlParser.ParamContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterParamName(CqlParser.ParamNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitParamName(CqlParser.ParamNameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAdd(CqlParser.KwAddContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAdd(CqlParser.KwAddContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAggregate(CqlParser.KwAggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAggregate(CqlParser.KwAggregateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAll(CqlParser.KwAllContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAll(CqlParser.KwAllContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAllPermissions(CqlParser.KwAllPermissionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAllPermissions(CqlParser.KwAllPermissionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAllow(CqlParser.KwAllowContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAllow(CqlParser.KwAllowContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAlter(CqlParser.KwAlterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAlter(CqlParser.KwAlterContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAnd(CqlParser.KwAndContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAnd(CqlParser.KwAndContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwApply(CqlParser.KwApplyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwApply(CqlParser.KwApplyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAs(CqlParser.KwAsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAs(CqlParser.KwAsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAsc(CqlParser.KwAscContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAsc(CqlParser.KwAscContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwAuthorize(CqlParser.KwAuthorizeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwAuthorize(CqlParser.KwAuthorizeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwBatch(CqlParser.KwBatchContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwBatch(CqlParser.KwBatchContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwBegin(CqlParser.KwBeginContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwBegin(CqlParser.KwBeginContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwBy(CqlParser.KwByContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwBy(CqlParser.KwByContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwCalled(CqlParser.KwCalledContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwCalled(CqlParser.KwCalledContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwClustering(CqlParser.KwClusteringContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwClustering(CqlParser.KwClusteringContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwCompact(CqlParser.KwCompactContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwCompact(CqlParser.KwCompactContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwContains(CqlParser.KwContainsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwContains(CqlParser.KwContainsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwCreate(CqlParser.KwCreateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwCreate(CqlParser.KwCreateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwDelete(CqlParser.KwDeleteContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwDelete(CqlParser.KwDeleteContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwDesc(CqlParser.KwDescContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwDesc(CqlParser.KwDescContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwDescibe(CqlParser.KwDescibeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwDescibe(CqlParser.KwDescibeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwDistinct(CqlParser.KwDistinctContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwDistinct(CqlParser.KwDistinctContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwDrop(CqlParser.KwDropContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwDrop(CqlParser.KwDropContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwDurableWrites(CqlParser.KwDurableWritesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwDurableWrites(CqlParser.KwDurableWritesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwEntries(CqlParser.KwEntriesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwEntries(CqlParser.KwEntriesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwExecute(CqlParser.KwExecuteContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwExecute(CqlParser.KwExecuteContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwExists(CqlParser.KwExistsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwExists(CqlParser.KwExistsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwFiltering(CqlParser.KwFilteringContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwFiltering(CqlParser.KwFilteringContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwFinalfunc(CqlParser.KwFinalfuncContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwFinalfunc(CqlParser.KwFinalfuncContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwFrom(CqlParser.KwFromContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwFrom(CqlParser.KwFromContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwFull(CqlParser.KwFullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwFull(CqlParser.KwFullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwFunction(CqlParser.KwFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwFunction(CqlParser.KwFunctionContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwFunctions(CqlParser.KwFunctionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwFunctions(CqlParser.KwFunctionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwGrant(CqlParser.KwGrantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwGrant(CqlParser.KwGrantContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwIf(CqlParser.KwIfContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwIf(CqlParser.KwIfContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwIn(CqlParser.KwInContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwIn(CqlParser.KwInContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwIndex(CqlParser.KwIndexContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwIndex(CqlParser.KwIndexContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwInitcond(CqlParser.KwInitcondContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwInitcond(CqlParser.KwInitcondContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwInput(CqlParser.KwInputContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwInput(CqlParser.KwInputContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwInsert(CqlParser.KwInsertContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwInsert(CqlParser.KwInsertContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwInto(CqlParser.KwIntoContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwInto(CqlParser.KwIntoContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwIs(CqlParser.KwIsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwIs(CqlParser.KwIsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwJson(CqlParser.KwJsonContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwJson(CqlParser.KwJsonContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwKey(CqlParser.KwKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwKey(CqlParser.KwKeyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwKeys(CqlParser.KwKeysContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwKeys(CqlParser.KwKeysContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwKeyspace(CqlParser.KwKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwKeyspace(CqlParser.KwKeyspaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwKeyspaces(CqlParser.KwKeyspacesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwKeyspaces(CqlParser.KwKeyspacesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwLanguage(CqlParser.KwLanguageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwLanguage(CqlParser.KwLanguageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwLimit(CqlParser.KwLimitContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwLimit(CqlParser.KwLimitContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwList(CqlParser.KwListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwList(CqlParser.KwListContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwLogged(CqlParser.KwLoggedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwLogged(CqlParser.KwLoggedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwLogin(CqlParser.KwLoginContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwLogin(CqlParser.KwLoginContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwMaterialized(CqlParser.KwMaterializedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwMaterialized(CqlParser.KwMaterializedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwModify(CqlParser.KwModifyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwModify(CqlParser.KwModifyContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwNosuperuser(CqlParser.KwNosuperuserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwNosuperuser(CqlParser.KwNosuperuserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwNorecursive(CqlParser.KwNorecursiveContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwNorecursive(CqlParser.KwNorecursiveContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwNot(CqlParser.KwNotContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwNot(CqlParser.KwNotContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwNull(CqlParser.KwNullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwNull(CqlParser.KwNullContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwOf(CqlParser.KwOfContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwOf(CqlParser.KwOfContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwOn(CqlParser.KwOnContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwOn(CqlParser.KwOnContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwOptions(CqlParser.KwOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwOptions(CqlParser.KwOptionsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwOr(CqlParser.KwOrContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwOr(CqlParser.KwOrContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwOrder(CqlParser.KwOrderContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwOrder(CqlParser.KwOrderContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwPassword(CqlParser.KwPasswordContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwPassword(CqlParser.KwPasswordContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwPrimary(CqlParser.KwPrimaryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwPrimary(CqlParser.KwPrimaryContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwRename(CqlParser.KwRenameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwRename(CqlParser.KwRenameContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwReplace(CqlParser.KwReplaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwReplace(CqlParser.KwReplaceContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwReplication(CqlParser.KwReplicationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwReplication(CqlParser.KwReplicationContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwReturns(CqlParser.KwReturnsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwReturns(CqlParser.KwReturnsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwRole(CqlParser.KwRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwRole(CqlParser.KwRoleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwRoles(CqlParser.KwRolesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwRoles(CqlParser.KwRolesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwSelect(CqlParser.KwSelectContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwSelect(CqlParser.KwSelectContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwSet(CqlParser.KwSetContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwSet(CqlParser.KwSetContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwSfunc(CqlParser.KwSfuncContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwSfunc(CqlParser.KwSfuncContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwStorage(CqlParser.KwStorageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwStorage(CqlParser.KwStorageContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwStype(CqlParser.KwStypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwStype(CqlParser.KwStypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwSuperuser(CqlParser.KwSuperuserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwSuperuser(CqlParser.KwSuperuserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwTable(CqlParser.KwTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwTable(CqlParser.KwTableContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwTimestamp(CqlParser.KwTimestampContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwTimestamp(CqlParser.KwTimestampContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwTo(CqlParser.KwToContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwTo(CqlParser.KwToContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwTrigger(CqlParser.KwTriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwTrigger(CqlParser.KwTriggerContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwTruncate(CqlParser.KwTruncateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwTruncate(CqlParser.KwTruncateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwTtl(CqlParser.KwTtlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwTtl(CqlParser.KwTtlContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwType(CqlParser.KwTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwType(CqlParser.KwTypeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwUnlogged(CqlParser.KwUnloggedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwUnlogged(CqlParser.KwUnloggedContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwUpdate(CqlParser.KwUpdateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwUpdate(CqlParser.KwUpdateContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwUse(CqlParser.KwUseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwUse(CqlParser.KwUseContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwUser(CqlParser.KwUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwUser(CqlParser.KwUserContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwUsers(CqlParser.KwUsersContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwUsers(CqlParser.KwUsersContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwUsing(CqlParser.KwUsingContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwUsing(CqlParser.KwUsingContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwValues(CqlParser.KwValuesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwValues(CqlParser.KwValuesContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwView(CqlParser.KwViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwView(CqlParser.KwViewContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwWhere(CqlParser.KwWhereContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwWhere(CqlParser.KwWhereContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwWith(CqlParser.KwWithContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwWith(CqlParser.KwWithContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterKwRevoke(CqlParser.KwRevokeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitKwRevoke(CqlParser.KwRevokeContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEof(CqlParser.EofContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEof(CqlParser.EofContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketLr(CqlParser.SyntaxBracketLrContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketLr(CqlParser.SyntaxBracketLrContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketRr(CqlParser.SyntaxBracketRrContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketRr(CqlParser.SyntaxBracketRrContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketLc(CqlParser.SyntaxBracketLcContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketLc(CqlParser.SyntaxBracketLcContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketRc(CqlParser.SyntaxBracketRcContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketRc(CqlParser.SyntaxBracketRcContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketLa(CqlParser.SyntaxBracketLaContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketLa(CqlParser.SyntaxBracketLaContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketRa(CqlParser.SyntaxBracketRaContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketRa(CqlParser.SyntaxBracketRaContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketLs(CqlParser.SyntaxBracketLsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketLs(CqlParser.SyntaxBracketLsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxBracketRs(CqlParser.SyntaxBracketRsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxBracketRs(CqlParser.SyntaxBracketRsContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxComma(CqlParser.SyntaxCommaContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxComma(CqlParser.SyntaxCommaContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterSyntaxColon(CqlParser.SyntaxColonContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitSyntaxColon(CqlParser.SyntaxColonContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitTerminal(TerminalNode node) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitErrorNode(ErrorNode node) { } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy