Class ShapeAtom

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.shex.syntax.ShapeAtom type.
      • SEQ

        public static final Name SEQ
        Name of the hydra.shex.syntax.ShapeAtom.seq field.
      • SHAPE_OR_REF

        public static final Name SHAPE_OR_REF
        Name of the hydra.shex.syntax.ShapeAtom.ShapeOrRef field.
      • SEQUENCE2

        public static final Name SEQUENCE2
        Name of the hydra.shex.syntax.ShapeAtom.sequence2 field.
      • PERIOD

        public static final Name PERIOD
        Name of the hydra.shex.syntax.ShapeAtom.Period field.
    • Method Detail

      • accept

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

        public abstract int hydraOrdinal()