Class OpenDSLLink

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
All Implemented Interfaces:
com.walkfares.odsl.grammar.OpenDSLVisitor<Var>, org.antlr.v4.runtime.tree.ParseTreeVisitor<Var>
Direct Known Subclasses:
OpenDSLWalker

public class OpenDSLLink
extends OpenDSLSearch
  • Constructor Details

  • Method Details

    • visitLink

      public Var visitLink​(com.walkfares.odsl.grammar.OpenDSLParser.LinkContext ctx)
      Description copied from class: com.walkfares.odsl.grammar.OpenDSLBaseVisitor
      Visit a parse tree produced by OpenDSLParser.link().

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

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