Uses of Interface
edu.harvard.seas.pl.abcdatalog.ast.visitors.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
Modifier 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
-
Uses of PremiseVisitor in edu.harvard.seas.pl.abcdatalog.engine.bottomup
Modifier and TypeMethodDescription<I,
O> O AnnotatedAtom.accept
(PremiseVisitor<I, O> visitor, I state)