T - The return type of the visit operation. Use Void for
operations with no return type.public interface JsonFieldsVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
JsonFieldsParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitField_set(JsonFieldsParser.Field_setContext ctx)
Visit a parse tree produced by
JsonFieldsParser.field_set(). |
T |
visitField(JsonFieldsParser.FieldContext ctx)
Visit a parse tree produced by
JsonFieldsParser.field(). |
T |
visitFields_expression(JsonFieldsParser.Fields_expressionContext ctx)
Visit a parse tree produced by
JsonFieldsParser.fields_expression(). |
T |
visitJson_fields(JsonFieldsParser.Json_fieldsContext ctx)
Visit a parse tree produced by
JsonFieldsParser.json_fields(). |
T |
visitNegation(JsonFieldsParser.NegationContext ctx)
Visit a parse tree produced by
JsonFieldsParser.negation(). |
T |
visitQualified_field(JsonFieldsParser.Qualified_fieldContext ctx)
Visit a parse tree produced by
JsonFieldsParser.qualified_field(). |
T visitJson_fields(@NotNull JsonFieldsParser.Json_fieldsContext ctx)
JsonFieldsParser.json_fields().ctx - the parse treeT visitNegation(@NotNull JsonFieldsParser.NegationContext ctx)
JsonFieldsParser.negation().ctx - the parse treeT visitField_set(@NotNull JsonFieldsParser.Field_setContext ctx)
JsonFieldsParser.field_set().ctx - the parse treeT visitFields_expression(@NotNull JsonFieldsParser.Fields_expressionContext ctx)
JsonFieldsParser.fields_expression().ctx - the parse treeT visitField(@NotNull JsonFieldsParser.FieldContext ctx)
JsonFieldsParser.field().ctx - the parse treeT visitQualified_field(@NotNull JsonFieldsParser.Qualified_fieldContext ctx)
JsonFieldsParser.qualified_field().ctx - the parse treeCopyright © 2020. All rights reserved.