| |
|
| java.lang.Object gov.nasa.jpf.jvm.KernelState
KernelState | public class KernelState implements Storable(Code) | | This class represents the stack of the JVM.
|
atomicLevel | public int atomicLevel(Code) | | Number of nested atomic blocks.
|
data | public int[] data(Code) | | The data returned by last get data.
|
clearAtomic | public void clearAtomic()(Code) | | |
clearIntermediate | public void clearIntermediate()(Code) | | |
getIntermediateThread | public int getIntermediateThread()(Code) | | |
getStoringData | public int[] getStoringData()(Code) | | |
getThreadCount | public int getThreadCount()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isIntermediate | public boolean isIntermediate()(Code) | | |
isTerminated | public boolean isTerminated()(Code) | | The program is terminated if there are no alive threads.
|
setAtomic | public void setAtomic()(Code) | | |
setIntermediate | public void setIntermediate()(Code) | | |
|
|
|