Uses of Class
edu.harvard.seas.pl.abcdatalog.ast.NegatedAtom
Package
Description
This package contains classes that implement the visitor design pattern for visiting AST nodes.
-
Uses of NegatedAtom in edu.harvard.seas.pl.abcdatalog.ast.visitors
Modifier and TypeMethodDescriptionCrashPremiseVisitor.visit
(NegatedAtom atom, I state) DefaultConjunctVisitor.visit
(NegatedAtom atom, I state) PremiseVisitor.visit
(NegatedAtom atom, I state) Modifier and TypeMethodDescriptionPremiseVisitorBuilder.onNegatedAtom
(BiFunction<NegatedAtom, I, O> onNegatedAtom)