| Package | Description |
|---|---|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
| soot.jimple.toolkits.callgraph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterfaceInvokeExpr |
interface |
SpecialInvokeExpr |
interface |
VirtualInvokeExpr |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInstanceInvokeExpr |
class |
AbstractInterfaceInvokeExpr |
class |
AbstractSpecialInvokeExpr |
class |
AbstractVirtualInvokeExpr |
class |
JInterfaceInvokeExpr |
class |
JSpecialInvokeExpr |
class |
JVirtualInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
InstanceInvokeExpr |
VirtualCallSite.iie() |
| Constructor and Description |
|---|
VirtualCallSite(Stmt stmt,
SootMethod container,
InstanceInvokeExpr iie,
NumberedString subSig,
Kind kind) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.