JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
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.callgraph
Interface EdgePredicate
All Known Implementing Classes:
CriticalSectionVisibleEdgesPred
,
ExplicitEdgesPred
,
InstanceInvokeEdgesPred
,
RunMethodsPred
public interface
EdgePredicate
An interface for predicates on edges, used to specify which edges should or shouldn't be included as part of a particular subgraph.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
want
(
Edge
e)
Returns true iff the edge e is wanted.
Method Detail
want
boolean want(
Edge
e)
Returns true iff the edge e is wanted.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method