Class Node<Stmt,​Fact>

    • Field Detail

      • stmt

        protected final Stmt stmt
      • variable

        protected final Fact variable
    • Constructor Detail

      • Node

        public Node​(Stmt stmt,
                    Fact variable)