daikon.inv.filter
Class DerivedVariableFilter
Object
InvariantFilter
DerivedVariableFilter
public class DerivedVariableFilter
- extends InvariantFilter
A filter that filters out invariants that contain derived variables
of a specified derivation. If the derivation class name contains
the regular expression in dkconfig_class_re, the invariant is filtered
out. By default, no derived variables are matched.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dkconfig_class_re
public static String dkconfig_class_re
- Regular expression to match against the class name of derived
variables. Invariants that contain derived variables that match will
be filtered out. If null, nothing will be filtered out.
class_re
public static Pattern class_re
DerivedVariableFilter
public DerivedVariableFilter()
getDescription
public String getDescription()
- Specified by:
getDescription in class InvariantFilter
get_derivation_class_re
public String get_derivation_class_re()