Class Query

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.tinkerpop.gremlin.Query type.
      • TRAVERSAL_SOURCE

        public static final Name TRAVERSAL_SOURCE
        Name of the hydra.tinkerpop.gremlin.Query.traversalSource field.
      • ROOT_TRAVERSAL

        public static final Name ROOT_TRAVERSAL
        Name of the hydra.tinkerpop.gremlin.Query.rootTraversal field.
      • TO_STRING

        public static final Name TO_STRING
        Name of the hydra.tinkerpop.gremlin.Query.toString field.
      • EMPTY

        public static final Name EMPTY
        Name of the hydra.tinkerpop.gremlin.Query.empty field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Query.Visitor<R> visitor)
        Dispatch to visitor.
      • hydraOrdinal

        public abstract int hydraOrdinal()