| Package | Description |
|---|---|
| boomerang.scene | |
| boomerang.scene.jimple |
| Modifier and Type | Field and Description |
|---|---|
protected Method |
Val.m |
protected Method |
Statement.method |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.epsilon() |
Method |
ControlFlowGraph.Edge.getMethod() |
Method |
Statement.getMethod() |
Method |
AllocVal.m() |
Method |
Val.m() |
Method |
CallGraph.Edge.tgt() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Method> |
CallGraph.getEntryPoints() |
Set<Method> |
WrappedClass.getMethods() |
Set<Method> |
CallGraph.getReachableMethods() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CallGraph.addEntryPoint(Method m) |
Collection<CallGraph.Edge> |
CallGraph.edgesInto(Method m) |
boolean |
DataFlowScope.isExcluded(Method method) |
Val |
AllocVal.withNewMethod(Method callee) |
abstract Val |
Val.withNewMethod(Method callee) |
| Constructor and Description |
|---|
Edge(Statement callSite,
Method callee) |
Statement(Method method) |
StaticFieldVal(Method m) |
StaticFieldVal(Method m,
ControlFlowGraph.Edge unbalanced) |
Val(Method m) |
Val(Method m,
ControlFlowGraph.Edge unbalancedStmt) |
| Modifier and Type | Class and Description |
|---|---|
class |
JimpleMethod |
| Modifier and Type | Method and Description |
|---|---|
Method |
JimpleVal.m() |
| Modifier and Type | Method and Description |
|---|---|
Set<Method> |
JimpleWrappedClass.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
JimpleStatement.create(soot.jimple.Stmt delegate,
Method m) |
Val |
JimpleStaticFieldVal.withNewMethod(Method callee) |
Val |
JimpleVal.withNewMethod(Method callee) |
| Constructor and Description |
|---|
JimpleDoubleVal(soot.Value v,
Method m,
Val instanceofValue) |
JimpleIfStatement(soot.jimple.IfStmt delegate,
Method method) |
JimpleInvokeExpr(soot.jimple.InvokeExpr ive,
Method m) |
JimpleStaticFieldVal(JimpleField field,
Method m) |
JimpleVal(soot.Value v,
Method m) |
JimpleVal(soot.Value v,
Method m,
ControlFlowGraph.Edge unbalanced) |
Copyright © 2024. All rights reserved.