Class ODSLBulkUpdate

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
com.walkfares.odsl.grammar.OpenDSLBaseVisitor<com.google.gson.JsonElement>
All Implemented Interfaces:
com.walkfares.odsl.grammar.OpenDSLVisitor<com.google.gson.JsonElement>, org.antlr.v4.runtime.tree.ParseTreeVisitor<com.google.gson.JsonElement>

public class ODSLBulkUpdate
extends ODSLAggregation
  • Constructor Details

  • Method Details

    • visitUpdateOperator

      public com.google.gson.JsonElement visitUpdateOperator​(com.walkfares.odsl.grammar.OpenDSLParser.UpdateOperatorContext ctx)
      Description copied from class: com.walkfares.odsl.grammar.OpenDSLBaseVisitor
      Visit a parse tree produced by OpenDSLParser.updateOperator().

      The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.

      Specified by:
      visitUpdateOperator in interface com.walkfares.odsl.grammar.OpenDSLVisitor<com.google.gson.JsonElement>
      Overrides:
      visitUpdateOperator in class com.walkfares.odsl.grammar.OpenDSLBaseVisitor<com.google.gson.JsonElement>
      Parameters:
      ctx - the parse tree
      Returns:
      the visitor result
    • visitUpdateOperatorParam

      public com.google.gson.JsonElement visitUpdateOperatorParam​(com.walkfares.odsl.grammar.OpenDSLParser.UpdateOperatorParamContext ctx)
      Description copied from class: com.walkfares.odsl.grammar.OpenDSLBaseVisitor
      Visit a parse tree produced by OpenDSLParser.updateOperatorParam().

      The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.

      Specified by:
      visitUpdateOperatorParam in interface com.walkfares.odsl.grammar.OpenDSLVisitor<com.google.gson.JsonElement>
      Overrides:
      visitUpdateOperatorParam in class com.walkfares.odsl.grammar.OpenDSLBaseVisitor<com.google.gson.JsonElement>
      Parameters:
      ctx - the parse tree
      Returns:
      the visitor result