Class SchemaParserBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,SchemaParserVisitor<T>
- Direct Known Subclasses:
SchemaVisitor,SchemaVisitor.ColumnDefVisitor,SchemaVisitor.ColumnVisitor,SchemaVisitor.PropertiesVisitor
SchemaParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by thearray_map_type_deflabeled alternative inSchemaParser.simple_array_value_type().Visit a parse tree produced by thearray_simple_type_deflabeled alternative inSchemaParser.simple_array_value_type().Visit a parse tree produced by thearray_struct_type_deflabeled alternative inSchemaParser.simple_array_value_type().Visit a parse tree produced bySchemaParser.array_type().Visit a parse tree produced by thearray_union_type_deflabeled alternative inSchemaParser.simple_array_value_type().Visit a parse tree produced by thebigintlabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thebinarylabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thebooleanlabeled alternative inSchemaParser.simple_type().Visit a parse tree produced bySchemaParser.column().Visit a parse tree produced bySchemaParser.column_def().Visit a parse tree produced bySchemaParser.columns().Visit a parse tree produced bySchemaParser.complex_array_column().Visit a parse tree produced bySchemaParser.complex_array_type().Visit a parse tree produced by thedatelabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thedecimallabeled alternative inSchemaParser.simple_type().Visit a parse tree produced bySchemaParser.default_value().Visit a parse tree produced by thedoublelabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thedynamiclabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thefloatlabeled alternative inSchemaParser.simple_type().Visit a parse tree produced bySchemaParser.format_value().Visit a parse tree produced by theidlabeled alternative inSchemaParser.column_id().Visit a parse tree produced by theintlabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by theintervallabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by theinterval_daylabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by theinterval_yearlabeled alternative inSchemaParser.simple_type().Visit a parse tree produced bySchemaParser.map_column().Visit a parse tree produced by themap_key_simple_type_deflabeled alternative inSchemaParser.map_key_type().Visit a parse tree produced bySchemaParser.map_key_type_def().Visit a parse tree produced bySchemaParser.map_type().Visit a parse tree produced by themap_value_array_type_deflabeled alternative inSchemaParser.map_value_type().Visit a parse tree produced by themap_value_map_type_deflabeled alternative inSchemaParser.map_value_type().Visit a parse tree produced by themap_value_simple_type_deflabeled alternative inSchemaParser.map_value_type().Visit a parse tree produced by themap_value_struct_type_deflabeled alternative inSchemaParser.map_value_type().Visit a parse tree produced bySchemaParser.map_value_type_def().Visit a parse tree produced by themap_value_union_type_deflabeled alternative inSchemaParser.map_value_type().Visit a parse tree produced bySchemaParser.nullability().Visit a parse tree produced bySchemaParser.primitive_column().Visit a parse tree produced bySchemaParser.property_pair().Visit a parse tree produced bySchemaParser.property_values().Visit a parse tree produced by thequoted_idlabeled alternative inSchemaParser.column_id().Visit a parse tree produced bySchemaParser.schema().Visit a parse tree produced bySchemaParser.simple_array_column().Visit a parse tree produced bySchemaParser.simple_array_type().Visit a parse tree produced by thesmallintlabeled alternative inSchemaParser.simple_type().Visit a parse tree produced bySchemaParser.string_value().Visit a parse tree produced bySchemaParser.struct_column().Visit a parse tree produced bySchemaParser.struct_type().Visit a parse tree produced by thetimelabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thetimestamplabeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thetinyintlabeled alternative inSchemaParser.simple_type().Visit a parse tree produced bySchemaParser.union_column().Visit a parse tree produced bySchemaParser.union_type().Visit a parse tree produced by theunit1labeled alternative inSchemaParser.simple_type().Visit a parse tree produced by theunit2labeled alternative inSchemaParser.simple_type().Visit a parse tree produced by theunit4labeled alternative inSchemaParser.simple_type().Visit a parse tree produced by theunit8labeled alternative inSchemaParser.simple_type().Visit a parse tree produced by thevarcharlabeled alternative inSchemaParser.simple_type().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
SchemaParserBaseVisitor
public SchemaParserBaseVisitor()
-
-
Method Details
-
visitSchema
Visit a parse tree produced bySchemaParser.schema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemain interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumns
Visit a parse tree produced bySchemaParser.columns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnsin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_def
Visit a parse tree produced bySchemaParser.column_def().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn
Visit a parse tree produced bySchemaParser.column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitive_column
Visit a parse tree produced bySchemaParser.primitive_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitive_columnin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimple_array_column
Visit a parse tree produced bySchemaParser.simple_array_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimple_array_columnin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStruct_column
Visit a parse tree produced bySchemaParser.struct_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStruct_columnin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_column
Visit a parse tree produced bySchemaParser.map_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_columnin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComplex_array_column
Visit a parse tree produced bySchemaParser.complex_array_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComplex_array_columnin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnion_column
Visit a parse tree produced bySchemaParser.union_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnion_columnin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitId
Visit a parse tree produced by theidlabeled alternative inSchemaParser.column_id().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuoted_id
Visit a parse tree produced by thequoted_idlabeled alternative inSchemaParser.column_id().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuoted_idin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInt
Visit a parse tree produced by theintlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBigint
Visit a parse tree produced by thebigintlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBigintin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloat
Visit a parse tree produced by thefloatlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloatin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDouble
Visit a parse tree produced by thedoublelabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDoublein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecimal
Visit a parse tree produced by thedecimallabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecimalin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolean
Visit a parse tree produced by thebooleanlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarchar
Visit a parse tree produced by thevarcharlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarcharin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinary
Visit a parse tree produced by thebinarylabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime
Visit a parse tree produced by thetimelabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDate
Visit a parse tree produced by thedatelabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimestamp
Visit a parse tree produced by thetimestamplabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimestampin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterval_year
Visit a parse tree produced by theinterval_yearlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterval_yearin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterval_day
Visit a parse tree produced by theinterval_daylabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterval_dayin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterval
Visit a parse tree produced by theintervallabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnit1
Visit a parse tree produced by theunit1labeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnit1in interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnit2
Visit a parse tree produced by theunit2labeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnit2in interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnit4
Visit a parse tree produced by theunit4labeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnit4in interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnit8
Visit a parse tree produced by theunit8labeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnit8in interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTinyint
Visit a parse tree produced by thetinyintlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTinyintin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSmallint
Visit a parse tree produced by thesmallintlabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSmallintin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamic
Visit a parse tree produced by thedynamiclabeled alternative inSchemaParser.simple_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDynamicin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnion_type
Visit a parse tree produced bySchemaParser.union_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnion_typein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_type
Visit a parse tree produced bySchemaParser.array_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_typein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimple_array_type
Visit a parse tree produced bySchemaParser.simple_array_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimple_array_typein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_simple_type_def
Visit a parse tree produced by thearray_simple_type_deflabeled alternative inSchemaParser.simple_array_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_simple_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_struct_type_def
Visit a parse tree produced by thearray_struct_type_deflabeled alternative inSchemaParser.simple_array_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_struct_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_map_type_def
Visit a parse tree produced by thearray_map_type_deflabeled alternative inSchemaParser.simple_array_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_map_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_union_type_def
Visit a parse tree produced by thearray_union_type_deflabeled alternative inSchemaParser.simple_array_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_union_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComplex_array_type
Visit a parse tree produced bySchemaParser.complex_array_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComplex_array_typein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStruct_type
Visit a parse tree produced bySchemaParser.struct_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStruct_typein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_type
Visit a parse tree produced bySchemaParser.map_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_typein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_key_type_def
Visit a parse tree produced bySchemaParser.map_key_type_def().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_key_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_key_simple_type_def
Visit a parse tree produced by themap_key_simple_type_deflabeled alternative inSchemaParser.map_key_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_key_simple_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_value_type_def
Visit a parse tree produced bySchemaParser.map_value_type_def().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_value_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_value_simple_type_def
Visit a parse tree produced by themap_value_simple_type_deflabeled alternative inSchemaParser.map_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_value_simple_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_value_struct_type_def
Visit a parse tree produced by themap_value_struct_type_deflabeled alternative inSchemaParser.map_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_value_struct_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_value_map_type_def
Visit a parse tree produced by themap_value_map_type_deflabeled alternative inSchemaParser.map_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_value_map_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_value_array_type_def
Visit a parse tree produced by themap_value_array_type_deflabeled alternative inSchemaParser.map_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_value_array_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap_value_union_type_def
Visit a parse tree produced by themap_value_union_type_deflabeled alternative inSchemaParser.map_value_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMap_value_union_type_defin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullability
Visit a parse tree produced bySchemaParser.nullability().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullabilityin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormat_value
Visit a parse tree produced bySchemaParser.format_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormat_valuein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefault_value
Visit a parse tree produced bySchemaParser.default_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefault_valuein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty_values
Visit a parse tree produced bySchemaParser.property_values().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProperty_valuesin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty_pair
Visit a parse tree produced bySchemaParser.property_pair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProperty_pairin interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString_value
Visit a parse tree produced bySchemaParser.string_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitString_valuein interfaceSchemaParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-