Uses of Interface
edu.harvard.seas.pl.abcdatalog.ast.visitors.PremiseVisitor
Packages that use PremiseVisitor
Package
Description
This packages contains classes representing the core abstract syntax tree for AbcDatalog.
This package contains classes that implement the visitor design pattern for visiting AST nodes.
This package contains classes and interfaces that are used in all of the bottom-up engines.
-
Uses of PremiseVisitor in edu.harvard.seas.pl.abcdatalog.ast
Methods in edu.harvard.seas.pl.abcdatalog.ast with parameters of type PremiseVisitorModifier and TypeMethodDescription<I,
O> O BinaryDisunifier.accept
(PremiseVisitor<I, O> visitor, I state) <I,
O> O BinaryUnifier.accept
(PremiseVisitor<I, O> visitor, I state) <I,
O> O NegatedAtom.accept
(PremiseVisitor<I, O> visitor, I state) <I,
O> O PositiveAtom.accept
(PremiseVisitor<I, O> visitor, I state) <I,
O> O Premise.accept
(PremiseVisitor<I, O> visitor, I state) -
Uses of PremiseVisitor in edu.harvard.seas.pl.abcdatalog.ast.visitors
Classes in edu.harvard.seas.pl.abcdatalog.ast.visitors that implement PremiseVisitorMethods in edu.harvard.seas.pl.abcdatalog.ast.visitors that return PremiseVisitor -
Uses of PremiseVisitor in edu.harvard.seas.pl.abcdatalog.engine.bottomup
Methods in edu.harvard.seas.pl.abcdatalog.engine.bottomup with parameters of type PremiseVisitorModifier and TypeMethodDescription<I,
O> O AnnotatedAtom.accept
(PremiseVisitor<I, O> visitor, I state)