public class SpecialArgs extends Object
| Constructor and Description |
|---|
SpecialArgs()
Constructs a new empty SpecialArgs object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addContextSensitivity(Function f,
Collection<String> args,
State s,
GenericSolver.SolverInterface c)
Makes a single function f context sensitive on the parameters args.
|
void |
addToSpecialArgs(Function f,
String arg)
Add elements to the map for context sensitivity.
|
Set<Value> |
getSpecialArgValues(State state,
Function f)
Returns the values of the special arguments, or null if empty.
|
public void addContextSensitivity(Function f, Collection<String> args, State s, GenericSolver.SolverInterface c)
public void addToSpecialArgs(Function f, String arg)
f - functionarg - argument that should be taken into account for context sensitivityCopyright © 2012 Aarhus University