JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
soot.jimple.toolkits.annotation.purity
Interface SootMethodFilter
public interface
SootMethodFilter
Allows specifying which SootMethod you want to analyse in a AbstractInterproceduralAnalysis. You will need a way to provide a summary for unanalysed methods that are used by analysed code!
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
want
(
SootMethod
m)
Method Detail
want
boolean want(
SootMethod
m)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method