Class PathMode

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PathMode type.
      • WALK

        public static final Name WALK
        Name of the openGql.grammar.PathMode.walk field.
      • TRAIL

        public static final Name TRAIL
        Name of the openGql.grammar.PathMode.trail field.
      • SIMPLE

        public static final Name SIMPLE
        Name of the openGql.grammar.PathMode.simple field.
      • ACYCLIC

        public static final Name ACYCLIC
        Name of the openGql.grammar.PathMode.acyclic field.
    • Method Detail

      • accept

        public abstract <R> R accept​(PathMode.Visitor<R> visitor)
        Dispatch to visitor.