T - The return type of the visit operation. Use Void for
operations with no return type.public interface CqlTypesVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
CqlTypesParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitData_type(CqlTypesParser.Data_typeContext ctx)
Visit a parse tree produced by
CqlTypesParser.data_type(). |
T |
visitList_type(CqlTypesParser.List_typeContext ctx)
Visit a parse tree produced by
CqlTypesParser.list_type(). |
T |
visitMap_type(CqlTypesParser.Map_typeContext ctx)
Visit a parse tree produced by
CqlTypesParser.map_type(). |
T |
visitNative_type(CqlTypesParser.Native_typeContext ctx)
Visit a parse tree produced by
CqlTypesParser.native_type(). |
T |
visitSet_type(CqlTypesParser.Set_typeContext ctx)
Visit a parse tree produced by
CqlTypesParser.set_type(). |
T |
visitTuple_type(CqlTypesParser.Tuple_typeContext ctx)
Visit a parse tree produced by
CqlTypesParser.tuple_type(). |
T visitList_type(@NotNull CqlTypesParser.List_typeContext ctx)
CqlTypesParser.list_type().ctx - the parse treeT visitMap_type(@NotNull CqlTypesParser.Map_typeContext ctx)
CqlTypesParser.map_type().ctx - the parse treeT visitNative_type(@NotNull CqlTypesParser.Native_typeContext ctx)
CqlTypesParser.native_type().ctx - the parse treeT visitData_type(@NotNull CqlTypesParser.Data_typeContext ctx)
CqlTypesParser.data_type().ctx - the parse treeT visitSet_type(@NotNull CqlTypesParser.Set_typeContext ctx)
CqlTypesParser.set_type().ctx - the parse treeT visitTuple_type(@NotNull CqlTypesParser.Tuple_typeContext ctx)
CqlTypesParser.tuple_type().ctx - the parse tree