Uses of Interface
edu.harvard.seas.pl.abcdatalog.ast.Head
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.
-
Uses of Head in edu.harvard.seas.pl.abcdatalog.ast
Modifier and TypeClassDescriptionclass
A non-negated atom; i.e., a predicate symbol, and a sequence of terms.Modifier and TypeMethodDescriptionHead.applySubst
(Substitution subst) Clause.getHead()
Returns the head of this clause. -
Uses of Head in edu.harvard.seas.pl.abcdatalog.ast.visitors