| java.lang.Object gov.nasa.jpf.jvm.TrailInfo
TrailInfo | public class TrailInfo implements Transition,Printable(Code) | | concrete type to store execution paths. TrailInfo corresponds to Transition,
i.e. all instructions executed in the context of a vm.forward() leading
into a new state
|
Constructor Summary | |
public | TrailInfo(int t, int r) |
showSteps | static boolean showSteps(Code) | | |
TrailInfo | public TrailInfo(int t, int r)(Code) | | |
getRandom | public int getRandom()(Code) | | |
getStepCount | public int getStepCount()(Code) | | |
getThread | public int getThread()(Code) | | |
setRandom | public void setRandom(int r)(Code) | | |
|
|