esmeta.interpreter.Interpreter
See theInterpreter companion object
class Interpreter(val st: State, val log: Boolean, val detail: Boolean, val logPW: Option[PrintWriter], val timeLimit: Option[Int])
extensible helper of IR interpreter with a CFG
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete methods
transition for normal instructions
transition for normal instructions
Attributes
get initial local variables
get initial local variables
Attributes
set return value and move to the exit node
set return value and move to the exit node
Attributes
set return value and move to the exit node
set return value and move to the exit node
Attributes
define call result to state and move to next
define call result to state and move to next
Attributes
short circuit evaluation
short circuit evaluation
Attributes
step
step
Attributes
Concrete fields
iteration cycle
iteration cycle
Attributes
initial time
initial time
Attributes
In this article