public interface MethodFlowsGraphInfo
MethodFlowsGraph which can be always safely queried. Since
sometimes it is necessary to dynamically change the graph's underlying flow representation, other
information about MethodFlowsGraph can only be queried after the graph's underlying flow
representation is guaranteed to remain unchanged.| Modifier and Type | Method and Description |
|---|---|
FormalReceiverTypeFlow |
getFormalReceiver() |
PointsToAnalysisMethod |
getMethod() |
FormalParamTypeFlow |
getParameter(int idx) |
FormalReturnTypeFlow |
getReturnFlow() |
boolean |
isStub() |
FormalReturnTypeFlow getReturnFlow()
FormalReceiverTypeFlow getFormalReceiver()
FormalParamTypeFlow getParameter(int idx)
PointsToAnalysisMethod getMethod()
boolean isStub()