Class Member

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.scala.syntax.Member type.
      • TERM

        public static final Name TERM
        Name of the hydra.scala.syntax.Member.term field.
      • TYPE

        public static final Name TYPE
        Name of the hydra.scala.syntax.Member.type field.
      • TERM_PARAM

        public static final Name TERM_PARAM
        Name of the hydra.scala.syntax.Member.termParam field.
      • TYPE_PARAM

        public static final Name TYPE_PARAM
        Name of the hydra.scala.syntax.Member.typeParam field.
      • SELF

        public static final Name SELF
        Name of the hydra.scala.syntax.Member.self field.
    • Method Detail

      • accept

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

        public abstract int hydraOrdinal()