Class WhereVisitor<T,​ID>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    org.antlr.v4.runtime.tree.ParseTreeVisitor<List<Object>>, AqlVisitor<List<Object>>

    public class WhereVisitor<T,​ID>
    extends AqlBaseVisitor<List<Object>>
    Interpret an AQL WHERE clause and set the result into a list of WHERE parts Created by christian on 5/18/2016.