Class ContextSensitiveStateMachine
java.lang.Object
com.ibm.wala.demandpa.alg.ContextSensitiveStateMachine
- All Implemented Interfaces:
StateMachine<IFlowLabel>
A state machine for tracking calling context during a points-to query. Filters unrealizable
paths.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classhandles method recursion by only collapsing cycles of recursive calls observed during analysisstatic classstatic interfaceNested classes/interfaces inherited from interface StateMachine
StateMachine.State -
Field Summary
Fields inherited from interface StateMachine
ERROR -
Method Summary
-
Method Details
-
getStartState
- Specified by:
getStartStatein interfaceStateMachine<IFlowLabel>
-
transition
public StateMachine.State transition(StateMachine.State prevState, IFlowLabel label) throws IllegalArgumentException, IllegalArgumentException - Specified by:
transitionin interfaceStateMachine<IFlowLabel>- Returns:
- the successor state of prevState for the transition labelled label, or
nullif no such transition exists - Throws:
IllegalArgumentException- See Also:
-