Interface IPointerOperator
-
- All Known Implementing Classes:
PropagationCallGraphBuilder.ArrayLoadOperator,PropagationCallGraphBuilder.ArrayStoreOperator,PropagationCallGraphBuilder.FilterOperator,PropagationCallGraphBuilder.GetFieldOperator,PropagationCallGraphBuilder.InstanceArrayStoreOperator,PropagationCallGraphBuilder.InstancePutFieldOperator,PropagationCallGraphBuilder.InverseFilterOperator,PropagationCallGraphBuilder.PutFieldOperator
public interface IPointerOperatorAn operator in pointer analysis constraints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisComplex()Is the operator complex; i.e., might it give rise to new constraints?
-