Uses of Class
edu.harvard.seas.pl.abcdatalog.ast.Constant
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 that represents substitutions (i.e., mappings from variables to
terms).
-
Uses of Constant in edu.harvard.seas.pl.abcdatalog.ast
-
Uses of Constant in edu.harvard.seas.pl.abcdatalog.ast.visitors
Modifier and TypeMethodDescription -
Uses of Constant in edu.harvard.seas.pl.abcdatalog.util.substitution
Modifier and TypeMethodDescriptionRetrieves the mapping of a variable.Returns the constant a variable is mapped to in this substitution.Modifier and TypeMethodDescriptionboolean
boolean
Attempts to add a mapping to the substitution.boolean
void
Adds a mapping from a variable to a constant to this substitution.