| Package | Description |
|---|---|
| org.evosuite.symbolic.vm |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorFrame
Frame for a constructor invocation (
|
class |
FakeBottomFrame
Frame at the bottom of the invocation stack.
|
class |
FakeMainCallerFrame
Fake Stack Frame for simulating the invokation from the command line to
the main(String[] a) method with no arguments.
|
class |
MethodFrame
Frame for a method invocation
|
| Modifier and Type | Method and Description |
|---|---|
Frame |
SymbolicEnvironment.callerFrame() |
Frame |
SymbolicEnvironment.popFrame() |
Frame |
SymbolicEnvironment.topFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolicEnvironment.pushFrame(Frame frame) |
Copyright © 2010–2017 EvoSuite. All rights reserved.