| java.lang.Object gov.nasa.jpf.jvm.DefaultAttributor gov.nasa.jpf.jvm.ConfigAttributor
ConfigAttributor | public class ConfigAttributor extends DefaultAttributor (Code) | | A configuration file-driven attributor so that we can tailor JPF's
attributor based on the application under test.
The input file looks like:
# This is a comment
[atomic]
(true|false)
...
[relevance]
(always|never|runnables|sync)
...
author: Owen O'Malley |
Method Summary | |
public int | getSchedulingRelevance(JavaClass jc, Method mth, String uniqueName) is calling a certain method in the context of multiple runnable threads
scheduling relevant (i.e. | public boolean | isMethodAtomic(JavaClass jc, Method mth, String uniqueName) |
ConfigAttributor | public ConfigAttributor()(Code) | | |
getSchedulingRelevance | public int getSchedulingRelevance(JavaClass jc, Method mth, String uniqueName)(Code) | | is calling a certain method in the context of multiple runnable threads
scheduling relevant (i.e. has to be considered as a step boundary
|
isMethodAtomic | public boolean isMethodAtomic(JavaClass jc, Method mth, String uniqueName)(Code) | | |
|
|