Class Constant
java.lang.Object
edu.harvard.seas.pl.abcdatalog.ast.Constant
- All Implemented Interfaces:
Term
-
Method Summary
Modifier and TypeMethodDescription<I,O> O accept(TermVisitor<I, O> visitor, I state) applySubst(Substitution subst) static ConstantReturns a constant with the given string identifier.getName()toString()
-
Method Details
-
create
-
getName
-
toString
-
accept
-
applySubst
- Specified by:
applySubstin interfaceTerm
-