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
com.ibm.wala.ipa.callgraph.propagation
Interface IPointerOperator
All Known Implementing Classes:
PropagationCallGraphBuilder.ArrayLoadOperator
,
PropagationCallGraphBuilder.ArrayStoreOperator
,
PropagationCallGraphBuilder.FilterOperator
,
PropagationCallGraphBuilder.GetFieldOperator
,
PropagationCallGraphBuilder.InstanceArrayStoreOperator
,
PropagationCallGraphBuilder.InstancePutFieldOperator
,
PropagationCallGraphBuilder.InverseFilterOperator
,
PropagationCallGraphBuilder.PutFieldOperator
public interface
IPointerOperator
An operator in pointer analysis constraints.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isComplex
()
Is the operator complex; i.e., might it give rise to new constraints?
Method Detail
isComplex
boolean isComplex()
Is the operator complex; i.e., might it give rise to new constraints?
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