Interface Term
public interface Term
A Datalog term (i.e., a constant or variable).
-
Method Summary
Modifier and TypeMethodDescription<I,O> O accept(TermVisitor<I, O> visitor, I state) applySubst(Substitution subst)
-
Method Details
-
accept
-
applySubst
-