| Package | Description |
|---|---|
| gov.nasa.jpf.jvm | |
| gov.nasa.jpf.jvm.bytecode | |
| gov.nasa.jpf.vm.choice |
| Modifier and Type | Method and Description |
|---|---|
abstract Instruction |
JVMInstructionFactory.invokecg(List<Invocation> invokes) |
void |
JVMCodeBuilder.invokecg(List<Invocation> invokes) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
InstructionFactory.invokecg(List<Invocation> invokes) |
void |
INVOKECG.setInvokes(List<Invocation> invokes) |
| Constructor and Description |
|---|
INVOKECG(List<Invocation> invokes) |
| Modifier and Type | Field and Description |
|---|---|
protected Invocation |
InvocationCG.cur |
| Modifier and Type | Field and Description |
|---|---|
protected List<Invocation> |
InvocationCG.invokes |
protected ListIterator<Invocation> |
InvocationCG.it |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
InvocationCG.getNextChoice() |
| Modifier and Type | Method and Description |
|---|---|
Class<Invocation> |
InvocationCG.getChoiceType() |
ChoiceGenerator<Invocation> |
InvocationCG.randomize() |
| Constructor and Description |
|---|
InvocationCG(String id,
List<Invocation> invokes) |