| Package | Description |
|---|---|
| org.evosuite.symbolic.vm |
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticVM
ByteCode instructions that pop operands off the stack, perform some
computation, and optionally push the result back onto the stack.
|
class |
CallVM
Explicit inter-procedural control transfer: InvokeXXX, Return, etc.
|
class |
HeapVM
Static area (static fields) and heap (instance fields)
FIXME: reset static state before each execution.
|
class |
JumpVM
Java byte codes we group together as "jump-related"
Explicit intra-procedural control transfer, conditional or unconditional:
Goto, jump, etc.
|
class |
LocalsVM |
class |
OtherVM |
class |
SymbolicFunctionVM |
Copyright © 2010–2017 EvoSuite. All rights reserved.