Class Tree

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.scala.syntax.Tree type.
      • REF

        public static final Name REF
        Name of the hydra.scala.syntax.Tree.ref field.
      • STAT

        public static final Name STAT
        Name of the hydra.scala.syntax.Tree.stat field.
      • TYPE

        public static final Name TYPE
        Name of the hydra.scala.syntax.Tree.type field.
      • BOUNDS

        public static final Name BOUNDS
        Name of the hydra.scala.syntax.Tree.bounds field.
      • PAT

        public static final Name PAT
        Name of the hydra.scala.syntax.Tree.pat field.
      • MEMBER

        public static final Name MEMBER
        Name of the hydra.scala.syntax.Tree.member field.
      • CTOR

        public static final Name CTOR
        Name of the hydra.scala.syntax.Tree.ctor field.
      • TEMPLATE

        public static final Name TEMPLATE
        Name of the hydra.scala.syntax.Tree.template field.
      • MOD

        public static final Name MOD
        Name of the hydra.scala.syntax.Tree.mod field.
      • ENUMERATOR

        public static final Name ENUMERATOR
        Name of the hydra.scala.syntax.Tree.enumerator field.
      • IMPORTER

        public static final Name IMPORTER
        Name of the hydra.scala.syntax.Tree.importer field.
      • IMPORTEE

        public static final Name IMPORTEE
        Name of the hydra.scala.syntax.Tree.importee field.
      • CASE_TREE

        public static final Name CASE_TREE
        Name of the hydra.scala.syntax.Tree.caseTree field.
      • SOURCE

        public static final Name SOURCE
        Name of the hydra.scala.syntax.Tree.source field.
    • Method Detail

      • accept

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

        public abstract int hydraOrdinal()