public interface JimpleToAbstractSemantics
| Modifier and Type | Method and Description |
|---|---|
void |
setTopLevel(TopLevelTranslation topLevel)
Determines the highest level in the translation hierarchy.
|
Statement |
translateStatement(soot.jimple.Stmt input,
int pc)
Translates Jimple statements to instances of
Statement. |
Type |
translateType(soot.Type input)
Translates Jimple types into
Type. |
Value |
translateValue(soot.Value input)
Translates Jimple values to instances of
Value. |
void setTopLevel(TopLevelTranslation topLevel)
topLevel - The first level that is invoked during the translation.Statement translateStatement(soot.jimple.Stmt input, int pc)
Statement.input - The Jimple statement to translate.pc - The program counter associated to this statement.Value translateValue(soot.Value input)
Value.input - the Jimple value to translate.Copyright © 2019. All rights reserved.