public class IdentityFlowFunction extends Object implements IReversibleFlowFunction
| Constructor and Description |
|---|
IdentityFlowFunction() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.util.intset.SparseIntSet |
getSources(int i) |
com.ibm.wala.util.intset.SparseIntSet |
getTargets(int i) |
static IdentityFlowFunction |
identity() |
String |
toString() |
public com.ibm.wala.util.intset.SparseIntSet getTargets(int i)
getTargets in interface IUnaryFlowFunctionpublic com.ibm.wala.util.intset.SparseIntSet getSources(int i)
getSources in interface IReversibleFlowFunctionpublic static IdentityFlowFunction identity()
Copyright © 2015. All rights reserved.