Uses of Class
edu.harvard.seas.pl.abcdatalog.ast.Constant
Packages that use 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
Methods in edu.harvard.seas.pl.abcdatalog.ast that return Constant -
Uses of Constant in edu.harvard.seas.pl.abcdatalog.ast.visitors
Methods in edu.harvard.seas.pl.abcdatalog.ast.visitors with parameters of type ConstantModifier and TypeMethodDescriptionMethod parameters in edu.harvard.seas.pl.abcdatalog.ast.visitors with type arguments of type Constant -
Uses of Constant in edu.harvard.seas.pl.abcdatalog.util.substitution
Methods in edu.harvard.seas.pl.abcdatalog.util.substitution that return ConstantModifier and TypeMethodDescriptionRetrieves the mapping of a variable.Returns the constant a variable is mapped to in this substitution.Methods in edu.harvard.seas.pl.abcdatalog.util.substitution with parameters of type ConstantModifier 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.