Class Statement

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.shex.syntax.Statement type.
      • DIRECTIVE

        public static final Name DIRECTIVE
        Name of the hydra.shex.syntax.Statement.Directive field.
      • NOT_START_ACTION

        public static final Name NOT_START_ACTION
        Name of the hydra.shex.syntax.Statement.NotStartAction field.
    • Method Detail

      • accept

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

        public abstract int hydraOrdinal()