Package | Description |
---|---|
soot.jimple.toolkits.callgraph | |
soot.jimple.toolkits.thread.mhp | |
soot.jimple.toolkits.thread.synchronization |
Modifier and Type | Class and Description |
---|---|
class |
ExplicitEdgesPred
A predicate that accepts edges that are the result of an explicit invoke.
|
class |
InstanceInvokeEdgesPred
A predicate that accepts edges that are the result of an explicit instance
invoke.
|
Constructor and Description |
---|
Filter(EdgePredicate pred) |
Filter(EdgePredicate pred) |
Modifier and Type | Class and Description |
---|---|
class |
RunMethodsPred
A predicate that accepts edges whose targets are runnable.run methods.
|
Modifier and Type | Class and Description |
---|---|
class |
CriticalSectionVisibleEdgesPred
A predicate that accepts edges that are not part of the class library and do not have a source statement that falls inside a transaction.
|