public class CqlTypesBaseListener extends java.lang.Object implements CqlTypesListener
CqlTypesListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
CqlTypesBaseListener() |
public void enterList_type(@NotNull
CqlTypesParser.List_typeContext ctx)
CqlTypesParser.list_type().
The default implementation does nothing.
enterList_type in interface CqlTypesListenerctx - the parse treepublic void exitList_type(@NotNull
CqlTypesParser.List_typeContext ctx)
CqlTypesParser.list_type().
The default implementation does nothing.
exitList_type in interface CqlTypesListenerctx - the parse treepublic void enterMap_type(@NotNull
CqlTypesParser.Map_typeContext ctx)
CqlTypesParser.map_type().
The default implementation does nothing.
enterMap_type in interface CqlTypesListenerctx - the parse treepublic void exitMap_type(@NotNull
CqlTypesParser.Map_typeContext ctx)
CqlTypesParser.map_type().
The default implementation does nothing.
exitMap_type in interface CqlTypesListenerctx - the parse treepublic void enterNative_type(@NotNull
CqlTypesParser.Native_typeContext ctx)
CqlTypesParser.native_type().
The default implementation does nothing.
enterNative_type in interface CqlTypesListenerctx - the parse treepublic void exitNative_type(@NotNull
CqlTypesParser.Native_typeContext ctx)
CqlTypesParser.native_type().
The default implementation does nothing.
exitNative_type in interface CqlTypesListenerctx - the parse treepublic void enterData_type(@NotNull
CqlTypesParser.Data_typeContext ctx)
CqlTypesParser.data_type().
The default implementation does nothing.
enterData_type in interface CqlTypesListenerctx - the parse treepublic void exitData_type(@NotNull
CqlTypesParser.Data_typeContext ctx)
CqlTypesParser.data_type().
The default implementation does nothing.
exitData_type in interface CqlTypesListenerctx - the parse treepublic void enterSet_type(@NotNull
CqlTypesParser.Set_typeContext ctx)
CqlTypesParser.set_type().
The default implementation does nothing.
enterSet_type in interface CqlTypesListenerctx - the parse treepublic void exitSet_type(@NotNull
CqlTypesParser.Set_typeContext ctx)
CqlTypesParser.set_type().
The default implementation does nothing.
exitSet_type in interface CqlTypesListenerctx - the parse treepublic void enterTuple_type(@NotNull
CqlTypesParser.Tuple_typeContext ctx)
CqlTypesParser.tuple_type().
The default implementation does nothing.
enterTuple_type in interface CqlTypesListenerctx - the parse treepublic void exitTuple_type(@NotNull
CqlTypesParser.Tuple_typeContext ctx)
CqlTypesParser.tuple_type().
The default implementation does nothing.
exitTuple_type in interface CqlTypesListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener