See: Description
| Class | Description |
|---|---|
| JimpleParser |
A parser that takes a source code file and transforms it first into the Jimple intermediate language
and then into our own semantics; that is it constructs a
Program. |
| SootInitializer |
Takes care of the necessary soot initialisations for parsing.
|
translation
jimple
ProgramState
specifies the functionality a heap has to have such that the our semantics is applicable to it.
JimpleParser
starts the translation of JavaByteCode via Jimple to our semantics.Copyright © 2019. All rights reserved.